Shades of Lola #BDAFC0
Tints of Lola #BDAFC0
RGB
CMYK
RGB Variations
Color information
#BDAFC0 (or 0xBDAFC0) is known color: Lola. HEX triplet: BD, AF and C0. RGB value is (189,175,192). Sum of RGB (Red+Green+Blue) = 189+175+192=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC0 is #42503F. Grayscale: #B5B5B5. Windows color (decimal): -4345920 or 12627901. OLE color: 12627901.
HSL color Cylindrical-coordinate representation of color #BDAFC0: hue angle of 289.41º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDAFC0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 175 | 192 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.25 |
| HSL | 289.41º | 0.12% | 0.72% | - |
| HSV(B) | 289.41º | 0.09% | 0.75% | - |
| XYZ | 45.83 | 45.28 | 56.19 | - |
| YUV | 181.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 192 | 0.02 | 0.09 | 0 | 0.25 | 289.41 | 0.12 | 0.72 |
| Hex | BD | AF | C0 | 2 | 9 | 0 | 19 | 121 | C | 48 |
| Octal | 275 | 257 | 300 | 2 | 11 | 0 | 31 | 441 | 14 | 110 |
| Binary | 10111101 | 10101111 | 11000000 | 10 | 1001 | 0 | 11001 | 100100001 | 1100 | 1001000 |
Color Harmonies of #BDAFC0
Complementary color
Monochromatic Colors of #BDAFC0
Black with #BDAFC0
Text Example
Text Example
White with #BDAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFC0; }
p { color: rgb(189,175,192); }
H1.HeaderClassName
{
color: #BDAFC0;
}
.AnyTagClassName
{
color: #BDAFC0;
}
</style>
background-color css
<style>
a { background-color: #BDAFC0; }
a { background-color: rgb(189,175,192); }
div.DivClassName
{
background-color: #BDAFC0;
}
.BgClassName
{
background-color: #BDAFC0;
}
</style>
border-color css
<style>
span { border-color: #BDAFC0; }
span { border-color: rgb(189,175,192); }
td.TdClassName
{
border-color: #BDAFC0;
}
.TagClassName
{
border-color: #BDAFC0;
}
</style>