Shades of Lola #BDA8C2
Tints of Lola #BDA8C2
RGB
CMYK
RGB Variations
Color information
#BDA8C2 (or 0xBDA8C2) is known color: Lola. HEX triplet: BD, A8 and C2. RGB value is (189,168,194). Sum of RGB (Red+Green+Blue) = 189+168+194=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDA8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8C2 is #42573D. Grayscale: #B1B1B1. Windows color (decimal): -4347710 or 12757181. OLE color: 12757181.
HSL color Cylindrical-coordinate representation of color #BDA8C2: hue angle of 288.46º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA8C2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 168 | 194 | - |
CMYK | 0.03 | 0.13 | 0 | 0.24 |
HSL | 288.46º | 0.18% | 0.71% | - |
HSV(B) | 288.46º | 0.13% | 0.76% | - |
XYZ | 44.73 | 42.72 | 56.93 | - |
YUV | 177.24 | 137.46 | 136.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 168 | 194 | 0.03 | 0.13 | 0 | 0.24 | 288.46 | 0.18 | 0.71 |
Hex | BD | A8 | C2 | 3 | D | 0 | 18 | 120 | 12 | 47 |
Octal | 275 | 250 | 302 | 3 | 15 | 0 | 30 | 440 | 22 | 107 |
Binary | 10111101 | 10101000 | 11000010 | 11 | 1101 | 0 | 11000 | 100100000 | 10010 | 1000111 |
Color Harmonies of #BDA8C2
Complementary color
Monochromatic Colors of #BDA8C2
Black with #BDA8C2
Text Example
Text Example
White with #BDA8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8C2; }
p { color: rgb(189,168,194); }
H1.HeaderClassName
{
color: #BDA8C2;
}
.AnyTagClassName
{
color: #BDA8C2;
}
</style>
background-color css
<style>
a { background-color: #BDA8C2; }
a { background-color: rgb(189,168,194); }
div.DivClassName
{
background-color: #BDA8C2;
}
.BgClassName
{
background-color: #BDA8C2;
}
</style>
border-color css
<style>
span { border-color: #BDA8C2; }
span { border-color: rgb(189,168,194); }
td.TdClassName
{
border-color: #BDA8C2;
}
.TagClassName
{
border-color: #BDA8C2;
}
</style>