#BB94BC

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

Shades of Lilac #BB94BC

Tints of Lilac #BB94BC

Color information

#BB94BC (or 0xBB94BC) is unknown color: approx Lilac. HEX triplet: BB, 94 and BC. RGB value is (187,148,188). Sum of RGB (Red+Green+Blue) = 187+148+188=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94BC is #446B43. Grayscale: #A4A4A4. Windows color (decimal): -4483908 or 12358843. OLE color: 12358843.

HSL color Cylindrical-coordinate representation of color #BB94BC: hue angle of 298.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB94BC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187148188-
CMYK0.010.2100.26
HSL298.5º22.99%65.88%-
HSV(B)298.5º21.28%73.73%-
XYZ40.1635.3852.29-
YUV164.22141.42144.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=35.76%
G=28.30%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871481880.010.2100.26298.522.9965.88
HexBB94BC11501A12a1742
Octal27322427412503245227102
Binary101110111001010010111100110101011010100101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94BC; }

 p { color: rgb(187,148,188); }

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

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

 a { background-color: rgb(187,148,188); }

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

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

 span { border-color: rgb(187,148,188); }

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