#BFAEBD

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

Shades of Lilac #BFAEBD

Tints of Lilac #BFAEBD

Color information

#BFAEBD (or 0xBFAEBD) is unknown color: approx Lilac. HEX triplet: BF, AE and BD. RGB value is (191,174,189). Sum of RGB (Red+Green+Blue) = 191+174+189=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEBD is #405142. Grayscale: #B4B4B4. Windows color (decimal): -4215107 or 12431039. OLE color: 12431039.

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

Color convert

RGB191174189-
CMYK00.090.010.25
HSL307.06º11.72%71.57%-
HSV(B)307.06º8.9%74.9%-
XYZ45.8145.0254.42-
YUV180.79132.63135.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=34.48%
G=31.41%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117418900.090.010.25307.0611.7271.57
HexBFAEBD09119133c48
Octal27725627501113146314110
Binary1011111110101110101111010100111100110011001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEBD; }

 p { color: rgb(191,174,189); }

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

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

 a { background-color: rgb(191,174,189); }

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

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

 span { border-color: rgb(191,174,189); }

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