Shades of Lola #BDA0C7
Tints of Lola #BDA0C7
RGB
CMYK
RGB Variations
Color information
#BDA0C7 (or 0xBDA0C7) is known color: Lola. HEX triplet: BD, A0 and C7. RGB value is (189,160,199). Sum of RGB (Red+Green+Blue) = 189+160+199=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0C7 is #425F38. Grayscale: #ACACAC. Windows color (decimal): -4349753 or 13082813. OLE color: 13082813.
HSL color Cylindrical-coordinate representation of color #BDA0C7: hue angle of 284.62º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA0C7 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 160 | 199 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.22 |
| HSL | 284.62º | 0.26% | 0.7% | - |
| HSV(B) | 284.62º | 0.2% | 0.78% | - |
| XYZ | 43.87 | 40.08 | 59.46 | - |
| YUV | 173.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 199 | 0.05 | 0.20 | 0 | 0.22 | 284.62 | 0.26 | 0.7 |
| Hex | BD | A0 | C7 | 5 | 14 | 0 | 16 | 11D | 1A | 46 |
| Octal | 275 | 240 | 307 | 5 | 24 | 0 | 26 | 435 | 32 | 106 |
| Binary | 10111101 | 10100000 | 11000111 | 101 | 10100 | 0 | 10110 | 100011101 | 11010 | 1000110 |
Color Harmonies of #BDA0C7
Complementary color
Monochromatic Colors of #BDA0C7
Black with #BDA0C7
Text Example
Text Example
White with #BDA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0C7; }
p { color: rgb(189,160,199); }
H1.HeaderClassName
{
color: #BDA0C7;
}
.AnyTagClassName
{
color: #BDA0C7;
}
</style>
background-color css
<style>
a { background-color: #BDA0C7; }
a { background-color: rgb(189,160,199); }
div.DivClassName
{
background-color: #BDA0C7;
}
.BgClassName
{
background-color: #BDA0C7;
}
</style>
border-color css
<style>
span { border-color: #BDA0C7; }
span { border-color: rgb(189,160,199); }
td.TdClassName
{
border-color: #BDA0C7;
}
.TagClassName
{
border-color: #BDA0C7;
}
</style>