Shades of Lola #BAADBD
Tints of Lola #BAADBD
RGB
CMYK
RGB Variations
Color information
#BAADBD (or 0xBAADBD) is known color: Lola. HEX triplet: BA, AD and BD. RGB value is (186,173,189). Sum of RGB (Red+Green+Blue) = 186+173+189=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADBD is #455242. Grayscale: #B2B2B2. Windows color (decimal): -4543043 or 12430778. OLE color: 12430778.
HSL color Cylindrical-coordinate representation of color #BAADBD: hue angle of 288.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAADBD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 173 | 189 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.26 |
| HSL | 288.75º | 0.11% | 0.71% | - |
| HSV(B) | 288.75º | 0.08% | 0.74% | - |
| XYZ | 44.38 | 44 | 54.3 | - |
| YUV | 178.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 189 | 0.02 | 0.08 | 0 | 0.26 | 288.75 | 0.11 | 0.71 |
| Hex | BA | AD | BD | 2 | 8 | 0 | 1A | 121 | B | 47 |
| Octal | 272 | 255 | 275 | 2 | 10 | 0 | 32 | 441 | 13 | 107 |
| Binary | 10111010 | 10101101 | 10111101 | 10 | 1000 | 0 | 11010 | 100100001 | 1011 | 1000111 |
Color Harmonies of #BAADBD
Complementary color
Monochromatic Colors of #BAADBD
Black with #BAADBD
Text Example
Text Example
White with #BAADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADBD; }
p { color: rgb(186,173,189); }
H1.HeaderClassName
{
color: #BAADBD;
}
.AnyTagClassName
{
color: #BAADBD;
}
</style>
background-color css
<style>
a { background-color: #BAADBD; }
a { background-color: rgb(186,173,189); }
div.DivClassName
{
background-color: #BAADBD;
}
.BgClassName
{
background-color: #BAADBD;
}
</style>
border-color css
<style>
span { border-color: #BAADBD; }
span { border-color: rgb(186,173,189); }
td.TdClassName
{
border-color: #BAADBD;
}
.TagClassName
{
border-color: #BAADBD;
}
</style>