Shades of Lola #BDADC1
Tints of Lola #BDADC1
RGB
CMYK
RGB Variations
Color information
#BDADC1 (or 0xBDADC1) is known color: Lola. HEX triplet: BD, AD and C1. RGB value is (189,173,193). Sum of RGB (Red+Green+Blue) = 189+173+193=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC1 is #42523E. Grayscale: #B3B3B3. Windows color (decimal): -4346431 or 12692925. OLE color: 12692925.
HSL color Cylindrical-coordinate representation of color #BDADC1: hue angle of 288º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDADC1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 173 | 193 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.24 |
| HSL | 288º | 0.14% | 0.72% | - |
| HSV(B) | 288º | 0.1% | 0.76% | - |
| XYZ | 45.56 | 44.56 | 56.65 | - |
| YUV | 180.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 193 | 0.02 | 0.10 | 0 | 0.24 | 288 | 0.14 | 0.72 |
| Hex | BD | AD | C1 | 2 | A | 0 | 18 | 120 | E | 48 |
| Octal | 275 | 255 | 301 | 2 | 12 | 0 | 30 | 440 | 16 | 110 |
| Binary | 10111101 | 10101101 | 11000001 | 10 | 1010 | 0 | 11000 | 100100000 | 1110 | 1001000 |
Color Harmonies of #BDADC1
Complementary color
Monochromatic Colors of #BDADC1
Black with #BDADC1
Text Example
Text Example
White with #BDADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADC1; }
p { color: rgb(189,173,193); }
H1.HeaderClassName
{
color: #BDADC1;
}
.AnyTagClassName
{
color: #BDADC1;
}
</style>
background-color css
<style>
a { background-color: #BDADC1; }
a { background-color: rgb(189,173,193); }
div.DivClassName
{
background-color: #BDADC1;
}
.BgClassName
{
background-color: #BDADC1;
}
</style>
border-color css
<style>
span { border-color: #BDADC1; }
span { border-color: rgb(189,173,193); }
td.TdClassName
{
border-color: #BDADC1;
}
.TagClassName
{
border-color: #BDADC1;
}
</style>