#BFAEC3

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

Shades of Lola #BFAEC3

Tints of Lola #BFAEC3

Color information

#BFAEC3 (or 0xBFAEC3) is unknown color: approx Lola. HEX triplet: BF, AE and C3. RGB value is (191,174,195). Sum of RGB (Red+Green+Blue) = 191+174+195=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC3 is #40513C. Grayscale: #B5B5B5. Windows color (decimal): -4215101 or 12824255. OLE color: 12824255.

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

Color convert

RGB191174195-
CMYK0.020.1100.24
HSL288.57º14.89%72.35%-
HSV(B)288.57º10.77%76.47%-
XYZ46.4745.2957.92-
YUV181.48135.63134.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=34.11%
G=31.07%
B=34.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911741950.020.1100.24288.5714.8972.35
HexBFAEC32B018121f48
Octal27725630321303044117110
Binary10111111101011101100001110101101100010010000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEC3; }

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

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

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

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

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

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

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

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