Shades of Lola #BDAEC0
Tints of Lola #BDAEC0
RGB
CMYK
RGB Variations
Color information
#BDAEC0 (or 0xBDAEC0) is known color: Lola. HEX triplet: BD, AE and C0. RGB value is (189,174,192). Sum of RGB (Red+Green+Blue) = 189+174+192=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC0 is #42513F. Grayscale: #B4B4B4. Windows color (decimal): -4346176 or 12627645. OLE color: 12627645.
HSL color Cylindrical-coordinate representation of color #BDAEC0: hue angle of 290º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDAEC0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 174 | 192 | - |
CMYK | 0.02 | 0.09 | 0 | 0.25 |
HSL | 290º | 0.13% | 0.72% | - |
HSV(B) | 290º | 0.09% | 0.75% | - |
XYZ | 45.64 | 44.9 | 56.13 | - |
YUV | 180.54 | 134.47 | 134.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 192 | 0.02 | 0.09 | 0 | 0.25 | 290 | 0.13 | 0.72 |
Hex | BD | AE | C0 | 2 | 9 | 0 | 19 | 122 | C | 48 |
Octal | 275 | 256 | 300 | 2 | 11 | 0 | 31 | 442 | 14 | 110 |
Binary | 10111101 | 10101110 | 11000000 | 10 | 1001 | 0 | 11001 | 100100010 | 1100 | 1001000 |
Color Harmonies of #BDAEC0
Complementary color
Monochromatic Colors of #BDAEC0
Black with #BDAEC0
Text Example
Text Example
White with #BDAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEC0; }
p { color: rgb(189,174,192); }
H1.HeaderClassName
{
color: #BDAEC0;
}
.AnyTagClassName
{
color: #BDAEC0;
}
</style>
background-color css
<style>
a { background-color: #BDAEC0; }
a { background-color: rgb(189,174,192); }
div.DivClassName
{
background-color: #BDAEC0;
}
.BgClassName
{
background-color: #BDAEC0;
}
</style>
border-color css
<style>
span { border-color: #BDAEC0; }
span { border-color: rgb(189,174,192); }
td.TdClassName
{
border-color: #BDAEC0;
}
.TagClassName
{
border-color: #BDAEC0;
}
</style>