#BFAAC5

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

Shades of Lola #BFAAC5

Tints of Lola #BFAAC5

Color information

#BFAAC5 (or 0xBFAAC5) is unknown color: approx Lola. HEX triplet: BF, AA and C5. RGB value is (191,170,197). Sum of RGB (Red+Green+Blue) = 191+170+197=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAC5 is #40553A. Grayscale: #B3B3B3. Windows color (decimal): -4216123 or 12954303. OLE color: 12954303.

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

Color convert

RGB191170197-
CMYK0.030.1400.23
HSL286.67º18.88%71.96%-
HSV(B)286.67º13.71%77.25%-
XYZ45.9443.8658.87-
YUV179.36137.96136.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=34.23%
G=30.47%
B=35.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911701970.030.1400.23286.6718.8871.96
HexBFAAC53E01711f1348
Octal27725230531602743723110
Binary101111111010101011000101111110010111100011111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAC5; }

 p { color: rgb(191,170,197); }

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

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

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

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

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

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

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