#BF96BB

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

Shades of Lilac #BF96BB

Tints of Lilac #BF96BB

Color information

#BF96BB (or 0xBF96BB) is unknown color: approx Lilac. HEX triplet: BF, 96 and BB. RGB value is (191,150,187). Sum of RGB (Red+Green+Blue) = 191+150+187=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96BB is #406944. Grayscale: #A6A6A6. Windows color (decimal): -4221253 or 12293823. OLE color: 12293823.

HSL color Cylindrical-coordinate representation of color #BF96BB: hue angle of 305.85º degrees, saturation: 0.24, 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 #BF96BB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191150187-
CMYK00.210.020.25
HSL305.85º24.26%66.86%-
HSV(B)305.85º21.47%74.9%-
XYZ41.3636.4851.87-
YUV166.48139.58145.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=36.17%
G=28.41%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115018700.210.020.25305.8524.2666.86
HexBF96BB0152191321843
Octal27722627302523146230103
Binary1011111110010110101110110101011011001100110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96BB; }

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

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

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

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

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

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

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

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