#BAAABF

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

Shades of Lola #BAAABF

Tints of Lola #BAAABF

Color information

#BAAABF (or 0xBAAABF) is unknown color: approx Lola. HEX triplet: BA, AA and BF. RGB value is (186,170,191). Sum of RGB (Red+Green+Blue) = 186+170+191=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABF is #455540. Grayscale: #B1B1B1. Windows color (decimal): -4543809 or 12561082. OLE color: 12561082.

HSL color Cylindrical-coordinate representation of color #BAAABF: hue angle of 285.71º 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 #BAAABF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186170191-
CMYK0.030.1100.25
HSL285.71º14.09%70.78%-
HSV(B)285.71º10.99%74.9%-
XYZ44.0342.9555.26-
YUV177.18135.8134.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 191 (75% from 255) = 34.92%
R=34.00%
G=31.08%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861701910.030.1100.25285.7114.0970.78
HexBAAABF3B01911ee47
Octal27225227731303143616107
Binary10111010101010101011111111101101100110001111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAABF; }

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

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

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

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

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

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

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

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