#BB97C0

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

Shades of Lilac #BB97C0

Tints of Lilac #BB97C0

Color information

#BB97C0 (or 0xBB97C0) is unknown color: approx Lilac. HEX triplet: BB, 97 and C0. RGB value is (187,151,192). Sum of RGB (Red+Green+Blue) = 187+151+192=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97C0 is #44683F. Grayscale: #A6A6A6. Windows color (decimal): -4483136 or 12621755. OLE color: 12621755.

HSL color Cylindrical-coordinate representation of color #BB97C0: hue angle of 292.68º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB97C0 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187151192-
CMYK0.030.2100.25
HSL292.68º24.55%67.25%-
HSV(B)292.68º21.35%75.29%-
XYZ41.0736.554.75-
YUV166.44142.43142.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=35.28%
G=28.49%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871511920.030.2100.25292.6824.5567.25
HexBB97C03150191251943
Octal27322730032503144531103
Binary1011101110010111110000001110101011001100100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97C0; }

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

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

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

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

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

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

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

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