Shades of Lola #BDABC1
Tints of Lola #BDABC1
RGB
CMYK
RGB Variations
Color information
#BDABC1 (or 0xBDABC1) is known color: Lola. HEX triplet: BD, AB and C1. RGB value is (189,171,193). Sum of RGB (Red+Green+Blue) = 189+171+193=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABC1 is #42543E. Grayscale: #B2B2B2. Windows color (decimal): -4346943 or 12692413. OLE color: 12692413.
HSL color Cylindrical-coordinate representation of color #BDABC1: hue angle of 289.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDABC1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 171 | 193 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.24 |
| HSL | 289.09º | 0.15% | 0.71% | - |
| HSV(B) | 289.09º | 0.11% | 0.76% | - |
| XYZ | 45.17 | 43.79 | 56.52 | - |
| YUV | 178.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 193 | 0.02 | 0.11 | 0 | 0.24 | 289.09 | 0.15 | 0.71 |
| Hex | BD | AB | C1 | 2 | B | 0 | 18 | 121 | F | 47 |
| Octal | 275 | 253 | 301 | 2 | 13 | 0 | 30 | 441 | 17 | 107 |
| Binary | 10111101 | 10101011 | 11000001 | 10 | 1011 | 0 | 11000 | 100100001 | 1111 | 1000111 |
Color Harmonies of #BDABC1
Complementary color
Monochromatic Colors of #BDABC1
Black with #BDABC1
Text Example
Text Example
White with #BDABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABC1; }
p { color: rgb(189,171,193); }
H1.HeaderClassName
{
color: #BDABC1;
}
.AnyTagClassName
{
color: #BDABC1;
}
</style>
background-color css
<style>
a { background-color: #BDABC1; }
a { background-color: rgb(189,171,193); }
div.DivClassName
{
background-color: #BDABC1;
}
.BgClassName
{
background-color: #BDABC1;
}
</style>
border-color css
<style>
span { border-color: #BDABC1; }
span { border-color: rgb(189,171,193); }
td.TdClassName
{
border-color: #BDABC1;
}
.TagClassName
{
border-color: #BDABC1;
}
</style>