#BB95BF

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

Shades of Lilac #BB95BF

Tints of Lilac #BB95BF

Color information

#BB95BF (or 0xBB95BF) is unknown color: approx Lilac. HEX triplet: BB, 95 and BF. RGB value is (187,149,191). Sum of RGB (Red+Green+Blue) = 187+149+191=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB95BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BF is #446A40. Grayscale: #A5A5A5. Windows color (decimal): -4483649 or 12555707. OLE color: 12555707.

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

Color convert

RGB187149191-
CMYK0.020.2200.25
HSL294.29º24.71%66.67%-
HSV(B)294.29º21.99%74.9%-
XYZ40.6435.8254.06-
YUV165.15142.59143.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 191 (75% from 255) = 36.24%
R=35.48%
G=28.27%
B=36.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871491910.020.2200.25294.2924.7166.67
HexBB95BF2160191261943
Octal27322527722603144631103
Binary1011101110010101101111111010110011001100100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95BF; }

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

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

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

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

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

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

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

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