#BFAEBF

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

Shades of Lola #BFAEBF

Tints of Lola #BFAEBF

Color information

#BFAEBF (or 0xBFAEBF) is unknown color: approx Lola. HEX triplet: BF, AE and BF. RGB value is (191,174,191). Sum of RGB (Red+Green+Blue) = 191+174+191=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEBF is #405140. Grayscale: #B4B4B4. Windows color (decimal): -4215105 or 12562111. OLE color: 12562111.

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

Color convert

RGB191174191-
CMYK00.0900.25
HSL300º11.72%71.57%-
HSV(B)300º8.9%74.9%-
XYZ46.0345.1155.57-
YUV181.02133.63135.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 191 (75% from 255) = 34.35%
R=34.35%
G=31.29%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117419100.0900.2530011.7271.57
HexBFAEBF0901912cc48
Octal27725627701103145414110
Binary1011111110101110101111110100101100110010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEBF; }

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

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

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

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

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

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

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

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