#BB95BC

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

Shades of Lilac #BB95BC

Tints of Lilac #BB95BC

Color information

#BB95BC (or 0xBB95BC) is unknown color: approx Lilac. HEX triplet: BB, 95 and BC. RGB value is (187,149,188). Sum of RGB (Red+Green+Blue) = 187+149+188=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BC is #446A43. Grayscale: #A4A4A4. Windows color (decimal): -4483652 or 12359099. OLE color: 12359099.

HSL color Cylindrical-coordinate representation of color #BB95BC: hue angle of 298.46º 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 #BB95BC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187149188-
CMYK0.010.2100.26
HSL298.46º22.54%66.08%-
HSV(B)298.46º20.74%73.73%-
XYZ40.3235.6952.34-
YUV164.81141.09143.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=35.69%
G=28.44%
B=35.88%

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
Decimal1871491880.010.2100.26298.4622.5466.08
HexBB95BC11501A12a1742
Octal27322527412503245227102
Binary101110111001010110111100110101011010100101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95BC; }

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

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

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

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

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

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

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

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