Shades of Lola #BDA7C5
Tints of Lola #BDA7C5
RGB
CMYK
RGB Variations
Color information
#BDA7C5 (or 0xBDA7C5) is known color: Lola. HEX triplet: BD, A7 and C5. RGB value is (189,167,197). Sum of RGB (Red+Green+Blue) = 189+167+197=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7C5 is #42583A. Grayscale: #B0B0B0. Windows color (decimal): -4347963 or 12953533. OLE color: 12953533.
HSL color Cylindrical-coordinate representation of color #BDA7C5: hue angle of 284º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA7C5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 167 | 197 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.23 |
| HSL | 284º | 0.21% | 0.71% | - |
| HSV(B) | 284º | 0.15% | 0.77% | - |
| XYZ | 44.88 | 42.49 | 58.66 | - |
| YUV | 177 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 197 | 0.04 | 0.15 | 0 | 0.23 | 284 | 0.21 | 0.71 |
| Hex | BD | A7 | C5 | 4 | F | 0 | 17 | 11C | 15 | 47 |
| Octal | 275 | 247 | 305 | 4 | 17 | 0 | 27 | 434 | 25 | 107 |
| Binary | 10111101 | 10100111 | 11000101 | 100 | 1111 | 0 | 10111 | 100011100 | 10101 | 1000111 |
Color Harmonies of #BDA7C5
Complementary color
Monochromatic Colors of #BDA7C5
Black with #BDA7C5
Text Example
Text Example
White with #BDA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7C5; }
p { color: rgb(189,167,197); }
H1.HeaderClassName
{
color: #BDA7C5;
}
.AnyTagClassName
{
color: #BDA7C5;
}
</style>
background-color css
<style>
a { background-color: #BDA7C5; }
a { background-color: rgb(189,167,197); }
div.DivClassName
{
background-color: #BDA7C5;
}
.BgClassName
{
background-color: #BDA7C5;
}
</style>
border-color css
<style>
span { border-color: #BDA7C5; }
span { border-color: rgb(189,167,197); }
td.TdClassName
{
border-color: #BDA7C5;
}
.TagClassName
{
border-color: #BDA7C5;
}
</style>