Shades of Lola #BDA6BC
Tints of Lola #BDA6BC
RGB
CMYK
RGB Variations
Color information
#BDA6BC (or 0xBDA6BC) is known color: Lola. HEX triplet: BD, A6 and BC. RGB value is (189,166,188). Sum of RGB (Red+Green+Blue) = 189+166+188=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6BC is #425943. Grayscale: #AFAFAF. Windows color (decimal): -4348228 or 12363453. OLE color: 12363453.
HSL color Cylindrical-coordinate representation of color #BDA6BC: hue angle of 302.61º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA6BC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 188 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.26 |
| HSL | 302.61º | 0.15% | 0.7% | - |
| HSV(B) | 302.61º | 0.12% | 0.74% | - |
| XYZ | 43.7 | 41.72 | 53.33 | - |
| YUV | 175.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 188 | 0 | 0.12 | 0.01 | 0.26 | 302.61 | 0.15 | 0.7 |
| Hex | BD | A6 | BC | 0 | C | 1 | 1A | 12F | F | 46 |
| Octal | 275 | 246 | 274 | 0 | 14 | 1 | 32 | 457 | 17 | 106 |
| Binary | 10111101 | 10100110 | 10111100 | 0 | 1100 | 1 | 11010 | 100101111 | 1111 | 1000110 |
Color Harmonies of #BDA6BC
Complementary color
Monochromatic Colors of #BDA6BC
Black with #BDA6BC
Text Example
Text Example
White with #BDA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6BC; }
p { color: rgb(189,166,188); }
H1.HeaderClassName
{
color: #BDA6BC;
}
.AnyTagClassName
{
color: #BDA6BC;
}
</style>
background-color css
<style>
a { background-color: #BDA6BC; }
a { background-color: rgb(189,166,188); }
div.DivClassName
{
background-color: #BDA6BC;
}
.BgClassName
{
background-color: #BDA6BC;
}
</style>
border-color css
<style>
span { border-color: #BDA6BC; }
span { border-color: rgb(189,166,188); }
td.TdClassName
{
border-color: #BDA6BC;
}
.TagClassName
{
border-color: #BDA6BC;
}
</style>