#BC98EB

Color #BC98EB Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BC98EB

Tints of Perfume #BC98EB

Color information

#BC98EB (or 0xBC98EB) is unknown color: approx Perfume. HEX triplet: BC, 98 and EB. RGB value is (188,152,235). Sum of RGB (Red+Green+Blue) = 188+152+235=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC98EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98EB is #436714. Grayscale: #ABABAB. Windows color (decimal): -4417301 or 15440060. OLE color: 15440060.

HSL color Cylindrical-coordinate representation of color #BC98EB: hue angle of 266.02º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC98EB is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188152235-
CMYK0.20.3500.08
HSL266.02º67.48%75.88%-
HSV(B)266.02º35.32%92.16%-
XYZ46.9639.1583.68-
YUV172.23163.43139.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=32.70%
G=26.43%
B=40.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881522350.20.3500.08266.0267.4875.88
HexBC98EB14230810a434c
Octal2742303532443010412103114
Binary101111001001100011101011101001000110100010000101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98EB; }

 p { color: rgb(188,152,235); }

 H1.HeaderClassName
 {
   color: #BC98EB;
 }
 .AnyTagClassName
 {
   color: #BC98EB;
 }
</style>
background-color css

<style>
 a { background-color: #BC98EB; }

 a { background-color: rgb(188,152,235); }

 div.DivClassName
 {
   background-color: #BC98EB;
 }
 .BgClassName
 {
   background-color: #BC98EB;
 }
</style>
border-color css

<style>
 span { border-color: #BC98EB; }

 span { border-color: rgb(188,152,235); }

 td.TdClassName
 {
   border-color: #BC98EB;
 }
 .TagClassName
 {
   border-color: #BC98EB;
 }
</style>