#BFAABF

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

Shades of Lola #BFAABF

Tints of Lola #BFAABF

Color information

#BFAABF (or 0xBFAABF) is unknown color: approx Lola. HEX triplet: BF, AA and BF. RGB value is (191,170,191). Sum of RGB (Red+Green+Blue) = 191+170+191=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAABF is #405540. Grayscale: #B2B2B2. Windows color (decimal): -4216129 or 12561087. OLE color: 12561087.

HSL color Cylindrical-coordinate representation of color #BFAABF: hue angle of 300º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAABF is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191170191-
CMYK00.1100.25
HSL300º14.09%70.78%-
HSV(B)300º10.99%74.9%-
XYZ45.2643.5955.32-
YUV178.67134.96136.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 191 (75% from 255) = 34.60%
R=34.60%
G=30.80%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117019100.1100.2530014.0970.78
HexBFAABF0B01912ce47
Octal27725227701303145416107
Binary1011111110101010101111110101101100110010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAABF; }

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

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

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

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

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

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

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

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