#BAAABD

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

Shades of Lola #BAAABD

Tints of Lola #BAAABD

Color information

#BAAABD (or 0xBAAABD) is unknown color: approx Lola. HEX triplet: BA, AA and BD. RGB value is (186,170,189). Sum of RGB (Red+Green+Blue) = 186+170+189=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABD is #455542. Grayscale: #B0B0B0. Windows color (decimal): -4543811 or 12430010. OLE color: 12430010.

HSL color Cylindrical-coordinate representation of color #BAAABD: hue angle of 290.53º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAAABD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186170189-
CMYK0.020.1000.26
HSL290.53º12.58%70.39%-
HSV(B)290.53º10.05%74.12%-
XYZ43.8142.8654.11-
YUV176.95134.8134.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=34.13%
G=31.19%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861701890.020.1000.26290.5312.5870.39
HexBAAABD2A01A123d46
Octal27225227521203244315106
Binary10111010101010101011110110101001101010010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAABD; }

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

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

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

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

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

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

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

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