#BFAEC0

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

Shades of Lola #BFAEC0

Tints of Lola #BFAEC0

Color information

#BFAEC0 (or 0xBFAEC0) is unknown color: approx Lola. HEX triplet: BF, AE and C0. RGB value is (191,174,192). Sum of RGB (Red+Green+Blue) = 191+174+192=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC0 is #40513F. Grayscale: #B5B5B5. Windows color (decimal): -4215104 or 12627647. OLE color: 12627647.

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

Color convert

RGB191174192-
CMYK0.010.0900.25
HSL296.67º12.5%71.76%-
HSV(B)296.67º9.38%75.29%-
XYZ46.1445.1556.15-
YUV181.14134.13135.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=34.29%
G=31.24%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911741920.010.0900.25296.6712.571.76
HexBFAEC019019129c48
Octal27725630011103145114110
Binary1011111110101110110000001100101100110010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEC0; }

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

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

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

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

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

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

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

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