#BF9BBB

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

Shades of Lilac #BF9BBB

Tints of Lilac #BF9BBB

Color information

#BF9BBB (or 0xBF9BBB) is unknown color: approx Lilac. HEX triplet: BF, 9B and BB. RGB value is (191,155,187). Sum of RGB (Red+Green+Blue) = 191+155+187=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BBB is #406444. Grayscale: #A9A9A9. Windows color (decimal): -4219973 or 12295103. OLE color: 12295103.

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

Color convert

RGB191155187-
CMYK00.190.020.25
HSL306.67º21.95%67.84%-
HSV(B)306.67º18.85%74.9%-
XYZ42.1838.1152.15-
YUV169.41137.93143.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=35.83%
G=29.08%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115518700.190.020.25306.6721.9567.84
HexBF9BBB0132191331644
Octal27723327302323146326104
Binary1011111110011011101110110100111011001100110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BBB; }

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

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

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

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

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

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

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

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