#BF9ABB

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

Shades of Lilac #BF9ABB

Tints of Lilac #BF9ABB

Color information

#BF9ABB (or 0xBF9ABB) is unknown color: approx Lilac. HEX triplet: BF, 9A and BB. RGB value is (191,154,187). Sum of RGB (Red+Green+Blue) = 191+154+187=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ABB is #406544. Grayscale: #A8A8A8. Windows color (decimal): -4220229 or 12294847. OLE color: 12294847.

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

Color convert

RGB191154187-
CMYK00.190.020.25
HSL306.49º22.42%67.65%-
HSV(B)306.49º19.37%74.9%-
XYZ42.0137.7852.09-
YUV168.82138.26143.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=35.90%
G=28.95%
B=35.15%

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
Decimal19115418700.190.020.25306.4922.4267.65
HexBF9ABB0132191321644
Octal27723227302323146226104
Binary1011111110011010101110110100111011001100110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ABB; }

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

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

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

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

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

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

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

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