#BFAEC2

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

Shades of Lola #BFAEC2

Tints of Lola #BFAEC2

Color information

#BFAEC2 (or 0xBFAEC2) is unknown color: approx Lola. HEX triplet: BF, AE and C2. RGB value is (191,174,194). Sum of RGB (Red+Green+Blue) = 191+174+194=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC2 is #40513D. Grayscale: #B5B5B5. Windows color (decimal): -4215102 or 12758719. OLE color: 12758719.

HSL color Cylindrical-coordinate representation of color #BFAEC2: hue angle of 291º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFAEC2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191174194-
CMYK0.020.1000.24
HSL291º14.08%72.16%-
HSV(B)291º10.31%76.08%-
XYZ46.3645.2457.33-
YUV181.36135.13134.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=34.17%
G=31.13%
B=34.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911741940.020.1000.2429114.0872.16
HexBFAEC22A018123e48
Octal27725630221203044316110
Binary10111111101011101100001010101001100010010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEC2; }

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

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

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

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

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

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

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

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