#BB94BD

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

Shades of Lilac #BB94BD

Tints of Lilac #BB94BD

Color information

#BB94BD (or 0xBB94BD) is unknown color: approx Lilac. HEX triplet: BB, 94 and BD. RGB value is (187,148,189). Sum of RGB (Red+Green+Blue) = 187+148+189=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94BD is #446B42. Grayscale: #A4A4A4. Windows color (decimal): -4483907 or 12424379. OLE color: 12424379.

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

Color convert

RGB187148189-
CMYK0.010.2200.26
HSL297.07º23.7%66.08%-
HSV(B)297.07º21.69%74.12%-
XYZ40.2735.4252.86-
YUV164.33141.92144.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=35.69%
G=28.24%
B=36.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871481890.010.2200.26297.0723.766.08
HexBB94BD11601A1291842
Octal27322427512603245130102
Binary101110111001010010111101110110011010100101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94BD; }

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

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

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

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

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

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

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

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