#BFAEC4

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

Shades of Lola #BFAEC4

Tints of Lola #BFAEC4

Color information

#BFAEC4 (or 0xBFAEC4) is unknown color: approx Lola. HEX triplet: BF, AE and C4. RGB value is (191,174,196). Sum of RGB (Red+Green+Blue) = 191+174+196=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC4 is #40513B. Grayscale: #B5B5B5. Windows color (decimal): -4215100 or 12889791. OLE color: 12889791.

HSL color Cylindrical-coordinate representation of color #BFAEC4: hue angle of 286.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAEC4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191174196-
CMYK0.030.1100.23
HSL286.36º15.71%72.55%-
HSV(B)286.36º11.22%76.86%-
XYZ46.5945.3358.52-
YUV181.59136.13134.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=34.05%
G=31.02%
B=34.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911741960.030.1100.23286.3615.7172.55
HexBFAEC43B01711e1049
Octal27725630431302743620111
Binary101111111010111011000100111011010111100011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEC4; }

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

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

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

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

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

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

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

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