#BB8FEC

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

Shades of Perfume #BB8FEC

Tints of Perfume #BB8FEC

Color information

#BB8FEC (or 0xBB8FEC) is unknown color: approx Perfume. HEX triplet: BB, 8F and EC. RGB value is (187,143,236). Sum of RGB (Red+Green+Blue) = 187+143+236=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FEC is #447013. Grayscale: #A6A6A6. Windows color (decimal): -4485140 or 15503291. OLE color: 15503291.

HSL color Cylindrical-coordinate representation of color #BB8FEC: hue angle of 268.39º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8FEC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187143236-
CMYK0.210.3900.07
HSL268.39º70.99%74.31%-
HSV(B)268.39º39.41%92.55%-
XYZ45.4636.2783.96-
YUV166.76167.08142.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=33.04%
G=25.27%
B=41.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871432360.210.3900.07268.3970.9974.31
HexBB8FEC15270710c474a
Octal273217354254707414107112
Binary10111011100011111110110010101100111011110000110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FEC; }

 p { color: rgb(187,143,236); }

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

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

 a { background-color: rgb(187,143,236); }

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

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

 span { border-color: rgb(187,143,236); }

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