Shades of Lola #BDA6C2
Tints of Lola #BDA6C2
RGB
CMYK
RGB Variations
Color information
#BDA6C2 (or 0xBDA6C2) is known color: Lola. HEX triplet: BD, A6 and C2. RGB value is (189,166,194). Sum of RGB (Red+Green+Blue) = 189+166+194=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6C2 is #42593D. Grayscale: #AFAFAF. Windows color (decimal): -4348222 or 12756669. OLE color: 12756669.
HSL color Cylindrical-coordinate representation of color #BDA6C2: hue angle of 289.29º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA6C2 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 166 | 194 | - |
CMYK | 0.03 | 0.14 | 0 | 0.24 |
HSL | 289.29º | 0.19% | 0.71% | - |
HSV(B) | 289.29º | 0.14% | 0.76% | - |
XYZ | 44.36 | 41.99 | 56.81 | - |
YUV | 176.07 | 138.12 | 137.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 166 | 194 | 0.03 | 0.14 | 0 | 0.24 | 289.29 | 0.19 | 0.71 |
Hex | BD | A6 | C2 | 3 | E | 0 | 18 | 121 | 13 | 47 |
Octal | 275 | 246 | 302 | 3 | 16 | 0 | 30 | 441 | 23 | 107 |
Binary | 10111101 | 10100110 | 11000010 | 11 | 1110 | 0 | 11000 | 100100001 | 10011 | 1000111 |
Color Harmonies of #BDA6C2
Complementary color
Monochromatic Colors of #BDA6C2
Black with #BDA6C2
Text Example
Text Example
White with #BDA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6C2; }
p { color: rgb(189,166,194); }
H1.HeaderClassName
{
color: #BDA6C2;
}
.AnyTagClassName
{
color: #BDA6C2;
}
</style>
background-color css
<style>
a { background-color: #BDA6C2; }
a { background-color: rgb(189,166,194); }
div.DivClassName
{
background-color: #BDA6C2;
}
.BgClassName
{
background-color: #BDA6C2;
}
</style>
border-color css
<style>
span { border-color: #BDA6C2; }
span { border-color: rgb(189,166,194); }
td.TdClassName
{
border-color: #BDA6C2;
}
.TagClassName
{
border-color: #BDA6C2;
}
</style>