Shades of Lola #BDACBE
Tints of Lola #BDACBE
RGB
CMYK
RGB Variations
Color information
#BDACBE (or 0xBDACBE) is known color: Lola. HEX triplet: BD, AC and BE. RGB value is (189,172,190). Sum of RGB (Red+Green+Blue) = 189+172+190=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACBE is #425341. Grayscale: #B3B3B3. Windows color (decimal): -4346690 or 12496061. OLE color: 12496061.
HSL color Cylindrical-coordinate representation of color #BDACBE: hue angle of 296.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACBE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 172 | 190 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.25 |
| HSL | 296.67º | 0.12% | 0.71% | - |
| HSV(B) | 296.67º | 0.09% | 0.75% | - |
| XYZ | 45.03 | 44.04 | 54.84 | - |
| YUV | 179.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 190 | 0.01 | 0.09 | 0 | 0.25 | 296.67 | 0.12 | 0.71 |
| Hex | BD | AC | BE | 1 | 9 | 0 | 19 | 129 | C | 47 |
| Octal | 275 | 254 | 276 | 1 | 11 | 0 | 31 | 451 | 14 | 107 |
| Binary | 10111101 | 10101100 | 10111110 | 1 | 1001 | 0 | 11001 | 100101001 | 1100 | 1000111 |
Color Harmonies of #BDACBE
Complementary color
Monochromatic Colors of #BDACBE
Black with #BDACBE
Text Example
Text Example
White with #BDACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACBE; }
p { color: rgb(189,172,190); }
H1.HeaderClassName
{
color: #BDACBE;
}
.AnyTagClassName
{
color: #BDACBE;
}
</style>
background-color css
<style>
a { background-color: #BDACBE; }
a { background-color: rgb(189,172,190); }
div.DivClassName
{
background-color: #BDACBE;
}
.BgClassName
{
background-color: #BDACBE;
}
</style>
border-color css
<style>
span { border-color: #BDACBE; }
span { border-color: rgb(189,172,190); }
td.TdClassName
{
border-color: #BDACBE;
}
.TagClassName
{
border-color: #BDACBE;
}
</style>