#BB97BD

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

Shades of Lilac #BB97BD

Tints of Lilac #BB97BD

Color information

#BB97BD (or 0xBB97BD) is unknown color: approx Lilac. HEX triplet: BB, 97 and BD. RGB value is (187,151,189). Sum of RGB (Red+Green+Blue) = 187+151+189=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97BD is #446842. Grayscale: #A5A5A5. Windows color (decimal): -4483139 or 12425147. OLE color: 12425147.

HSL color Cylindrical-coordinate representation of color #BB97BD: hue angle of 296.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB97BD is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187151189-
CMYK0.010.2000.26
HSL296.84º22.35%66.67%-
HSV(B)296.84º20.11%74.12%-
XYZ40.7536.3753.02-
YUV166.1140.93142.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=35.48%
G=28.65%
B=35.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871511890.010.2000.26296.8422.3566.67
HexBB97BD11401A1291643
Octal27322727512403245126103
Binary101110111001011110111101110100011010100101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97BD; }

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

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

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

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

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

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

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

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