#BFAABE

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

Shades of Lilac #BFAABE

Tints of Lilac #BFAABE

Color information

#BFAABE (or 0xBFAABE) is unknown color: approx Lilac. HEX triplet: BF, AA and BE. RGB value is (191,170,190). Sum of RGB (Red+Green+Blue) = 191+170+190=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAABE is #405541. Grayscale: #B2B2B2. Windows color (decimal): -4216130 or 12495551. OLE color: 12495551.

HSL color Cylindrical-coordinate representation of color #BFAABE: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAABE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191170190-
CMYK00.110.010.25
HSL302.86º14.09%70.78%-
HSV(B)302.86º10.99%74.9%-
XYZ45.1543.5454.74-
YUV178.56134.46136.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=34.66%
G=30.85%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117019000.110.010.25302.8614.0970.78
HexBFAABE0B11912fe47
Octal27725227601313145716107
Binary1011111110101010101111100101111100110010111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAABE; }

 p { color: rgb(191,170,190); }

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

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

 a { background-color: rgb(191,170,190); }

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

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

 span { border-color: rgb(191,170,190); }

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