#BB95BD

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

Shades of Lilac #BB95BD

Tints of Lilac #BB95BD

Color information

#BB95BD (or 0xBB95BD) is unknown color: approx Lilac. HEX triplet: BB, 95 and BD. RGB value is (187,149,189). Sum of RGB (Red+Green+Blue) = 187+149+189=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BD is #446A42. Grayscale: #A4A4A4. Windows color (decimal): -4483651 or 12424635. OLE color: 12424635.

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

Color convert

RGB187149189-
CMYK0.010.2100.26
HSL297º23.26%66.27%-
HSV(B)297º21.16%74.12%-
XYZ40.4335.7352.91-
YUV164.92141.59143.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 189 (74.22% from 255) = 36%
R=35.62%
G=28.38%
B=36%

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
Decimal1871491890.010.2100.2629723.2666.27
HexBB95BD11501A1291742
Octal27322527512503245127102
Binary101110111001010110111101110101011010100101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95BD; }

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

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

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

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

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

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

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

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