#BAA8BD

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

Shades of Lola #BAA8BD

Tints of Lola #BAA8BD

Color information

#BAA8BD (or 0xBAA8BD) is unknown color: approx Lola. HEX triplet: BA, A8 and BD. RGB value is (186,168,189). Sum of RGB (Red+Green+Blue) = 186+168+189=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8BD is #455742. Grayscale: #AFAFAF. Windows color (decimal): -4544323 or 12429498. OLE color: 12429498.

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

Color convert

RGB186168189-
CMYK0.020.1100.26
HSL291.43º13.73%70%-
HSV(B)291.43º11.11%74.12%-
XYZ43.4442.1253.98-
YUV175.78135.46135.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=34.25%
G=30.94%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861681890.020.1100.26291.4313.7370
HexBAA8BD2B01A123e46
Octal27225027521303244316106
Binary10111010101010001011110110101101101010010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8BD; }

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

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

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

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

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

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

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

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