Shades of Lola #BDA3C5
Tints of Lola #BDA3C5
RGB
CMYK
RGB Variations
Color information
#BDA3C5 (or 0xBDA3C5) is known color: Lola. HEX triplet: BD, A3 and C5. RGB value is (189,163,197). Sum of RGB (Red+Green+Blue) = 189+163+197=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDA3C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3C5 is #425C3A. Grayscale: #AEAEAE. Windows color (decimal): -4348987 or 12952509. OLE color: 12952509.
HSL color Cylindrical-coordinate representation of color #BDA3C5: hue angle of 285.88º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA3C5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 163 | 197 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.23 |
| HSL | 285.88º | 0.23% | 0.71% | - |
| HSV(B) | 285.88º | 0.17% | 0.77% | - |
| XYZ | 44.16 | 41.04 | 58.42 | - |
| YUV | 174.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 197 | 0.04 | 0.17 | 0 | 0.23 | 285.88 | 0.23 | 0.71 |
| Hex | BD | A3 | C5 | 4 | 11 | 0 | 17 | 11E | 17 | 47 |
| Octal | 275 | 243 | 305 | 4 | 21 | 0 | 27 | 436 | 27 | 107 |
| Binary | 10111101 | 10100011 | 11000101 | 100 | 10001 | 0 | 10111 | 100011110 | 10111 | 1000111 |
Color Harmonies of #BDA3C5
Complementary color
Monochromatic Colors of #BDA3C5
Black with #BDA3C5
Text Example
Text Example
White with #BDA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3C5; }
p { color: rgb(189,163,197); }
H1.HeaderClassName
{
color: #BDA3C5;
}
.AnyTagClassName
{
color: #BDA3C5;
}
</style>
background-color css
<style>
a { background-color: #BDA3C5; }
a { background-color: rgb(189,163,197); }
div.DivClassName
{
background-color: #BDA3C5;
}
.BgClassName
{
background-color: #BDA3C5;
}
</style>
border-color css
<style>
span { border-color: #BDA3C5; }
span { border-color: rgb(189,163,197); }
td.TdClassName
{
border-color: #BDA3C5;
}
.TagClassName
{
border-color: #BDA3C5;
}
</style>