Shades of Lola #BDA5BC
Tints of Lola #BDA5BC
RGB
CMYK
RGB Variations
Color information
#BDA5BC (or 0xBDA5BC) is known color: Lola. HEX triplet: BD, A5 and BC. RGB value is (189,165,188). Sum of RGB (Red+Green+Blue) = 189+165+188=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5BC is #425A43. Grayscale: #AEAEAE. Windows color (decimal): -4348484 or 12363197. OLE color: 12363197.
HSL color Cylindrical-coordinate representation of color #BDA5BC: hue angle of 302.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA5BC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 188 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.26 |
| HSL | 302.5º | 0.15% | 0.69% | - |
| HSV(B) | 302.5º | 0.13% | 0.74% | - |
| XYZ | 43.52 | 41.36 | 53.27 | - |
| YUV | 174.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 188 | 0 | 0.13 | 0.01 | 0.26 | 302.5 | 0.15 | 0.69 |
| Hex | BD | A5 | BC | 0 | D | 1 | 1A | 12E | F | 45 |
| Octal | 275 | 245 | 274 | 0 | 15 | 1 | 32 | 456 | 17 | 105 |
| Binary | 10111101 | 10100101 | 10111100 | 0 | 1101 | 1 | 11010 | 100101110 | 1111 | 1000101 |
Color Harmonies of #BDA5BC
Complementary color
Monochromatic Colors of #BDA5BC
Black with #BDA5BC
Text Example
Text Example
White with #BDA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5BC; }
p { color: rgb(189,165,188); }
H1.HeaderClassName
{
color: #BDA5BC;
}
.AnyTagClassName
{
color: #BDA5BC;
}
</style>
background-color css
<style>
a { background-color: #BDA5BC; }
a { background-color: rgb(189,165,188); }
div.DivClassName
{
background-color: #BDA5BC;
}
.BgClassName
{
background-color: #BDA5BC;
}
</style>
border-color css
<style>
span { border-color: #BDA5BC; }
span { border-color: rgb(189,165,188); }
td.TdClassName
{
border-color: #BDA5BC;
}
.TagClassName
{
border-color: #BDA5BC;
}
</style>