#BB99EC

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

Shades of Perfume #BB99EC

Tints of Perfume #BB99EC

Color information

#BB99EC (or 0xBB99EC) is unknown color: approx Perfume. HEX triplet: BB, 99 and EC. RGB value is (187,153,236). Sum of RGB (Red+Green+Blue) = 187+153+236=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99EC is #446613. Grayscale: #ACACAC. Windows color (decimal): -4482580 or 15505851. OLE color: 15505851.

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

Color convert

RGB187153236-
CMYK0.210.3500.07
HSL264.58º68.6%76.27%-
HSV(B)264.58º35.17%92.55%-
XYZ47.0339.484.48-
YUV172.63163.76138.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=32.47%
G=26.56%
B=40.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871532360.210.3500.07264.5868.676.27
HexBB99EC152307109454c
Octal273231354254307411105114
Binary10111011100110011110110010101100011011110000100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99EC; }

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

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

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

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

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

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

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

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