#BAA9BD

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

Shades of Lola #BAA9BD

Tints of Lola #BAA9BD

Color information

#BAA9BD (or 0xBAA9BD) is unknown color: approx Lola. HEX triplet: BA, A9 and BD. RGB value is (186,169,189). Sum of RGB (Red+Green+Blue) = 186+169+189=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9BD is #455642. Grayscale: #B0B0B0. Windows color (decimal): -4544067 or 12429754. OLE color: 12429754.

HSL color Cylindrical-coordinate representation of color #BAA9BD: hue angle of 291º degrees, saturation: 0.13, 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 #BAA9BD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186169189-
CMYK0.020.1100.26
HSL291º13.16%70.2%-
HSV(B)291º10.58%74.12%-
XYZ43.6242.4954.05-
YUV176.36135.13134.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=34.19%
G=31.07%
B=34.74%

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
Decimal1861691890.020.1100.2629113.1670.2
HexBAA9BD2B01A123d46
Octal27225127521303244315106
Binary10111010101010011011110110101101101010010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9BD; }

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

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

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

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

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

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

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

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