#BB95BB

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

Shades of Lilac #BB95BB

Tints of Lilac #BB95BB

Color information

#BB95BB (or 0xBB95BB) is unknown color: approx Lilac. HEX triplet: BB, 95 and BB. RGB value is (187,149,187). Sum of RGB (Red+Green+Blue) = 187+149+187=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BB is #446A44. Grayscale: #A4A4A4. Windows color (decimal): -4483653 or 12293563. OLE color: 12293563.

HSL color Cylindrical-coordinate representation of color #BB95BB: hue angle of 300º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB95BB is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187149187-
CMYK00.2000.27
HSL300º21.84%65.88%-
HSV(B)300º20.32%73.33%-
XYZ40.2135.6551.78-
YUV164.69140.59143.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=35.76%
G=28.49%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714918700.2000.2730021.8465.88
HexBB95BB01401B12c1642
Octal27322527302403345426102
Binary101110111001010110111011010100011011100101100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95BB; }

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

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

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

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

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

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

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

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