#BF99BB

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

Shades of Lilac #BF99BB

Tints of Lilac #BF99BB

Color information

#BF99BB (or 0xBF99BB) is unknown color: approx Lilac. HEX triplet: BF, 99 and BB. RGB value is (191,153,187). Sum of RGB (Red+Green+Blue) = 191+153+187=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99BB is #406644. Grayscale: #A8A8A8. Windows color (decimal): -4220485 or 12294591. OLE color: 12294591.

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

Color convert

RGB191153187-
CMYK00.200.020.25
HSL306.32º22.89%67.45%-
HSV(B)306.32º19.9%74.9%-
XYZ41.8537.4552.04-
YUV168.24138.59144.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=35.97%
G=28.81%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115318700.200.020.25306.3222.8967.45
HexBF99BB0142191321743
Octal27723127302423146227103
Binary1011111110011001101110110101001011001100110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99BB; }

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

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

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

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

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

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

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

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