Shades of Lola #BDA5C0
Tints of Lola #BDA5C0
RGB
CMYK
RGB Variations
Color information
#BDA5C0 (or 0xBDA5C0) is known color: Lola. HEX triplet: BD, A5 and C0. RGB value is (189,165,192). Sum of RGB (Red+Green+Blue) = 189+165+192=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5C0 is #425A3F. Grayscale: #AFAFAF. Windows color (decimal): -4348480 or 12625341. OLE color: 12625341.
HSL color Cylindrical-coordinate representation of color #BDA5C0: hue angle of 293.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA5C0 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 165 | 192 | - |
CMYK | 0.02 | 0.14 | 0 | 0.25 |
HSL | 293.33º | 0.18% | 0.7% | - |
HSV(B) | 293.33º | 0.14% | 0.75% | - |
XYZ | 43.96 | 41.53 | 55.57 | - |
YUV | 175.25 | 137.45 | 137.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 165 | 192 | 0.02 | 0.14 | 0 | 0.25 | 293.33 | 0.18 | 0.7 |
Hex | BD | A5 | C0 | 2 | E | 0 | 19 | 125 | 12 | 46 |
Octal | 275 | 245 | 300 | 2 | 16 | 0 | 31 | 445 | 22 | 106 |
Binary | 10111101 | 10100101 | 11000000 | 10 | 1110 | 0 | 11001 | 100100101 | 10010 | 1000110 |
Color Harmonies of #BDA5C0
Complementary color
Monochromatic Colors of #BDA5C0
Black with #BDA5C0
Text Example
Text Example
White with #BDA5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5C0; }
p { color: rgb(189,165,192); }
H1.HeaderClassName
{
color: #BDA5C0;
}
.AnyTagClassName
{
color: #BDA5C0;
}
</style>
background-color css
<style>
a { background-color: #BDA5C0; }
a { background-color: rgb(189,165,192); }
div.DivClassName
{
background-color: #BDA5C0;
}
.BgClassName
{
background-color: #BDA5C0;
}
</style>
border-color css
<style>
span { border-color: #BDA5C0; }
span { border-color: rgb(189,165,192); }
td.TdClassName
{
border-color: #BDA5C0;
}
.TagClassName
{
border-color: #BDA5C0;
}
</style>