Shades of Lola #BDA8C3
Tints of Lola #BDA8C3
RGB
CMYK
RGB Variations
Color information
#BDA8C3 (or 0xBDA8C3) is known color: Lola. HEX triplet: BD, A8 and C3. RGB value is (189,168,195). Sum of RGB (Red+Green+Blue) = 189+168+195=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8C3 is #42573C. Grayscale: #B1B1B1. Windows color (decimal): -4347709 or 12822717. OLE color: 12822717.
HSL color Cylindrical-coordinate representation of color #BDA8C3: hue angle of 286.67º degrees, saturation: 0.18, 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 #BDA8C3 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 168 | 195 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.24 |
| HSL | 286.67º | 0.18% | 0.71% | - |
| HSV(B) | 286.67º | 0.14% | 0.76% | - |
| XYZ | 44.84 | 42.76 | 57.52 | - |
| YUV | 177.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 195 | 0.03 | 0.14 | 0 | 0.24 | 286.67 | 0.18 | 0.71 |
| Hex | BD | A8 | C3 | 3 | E | 0 | 18 | 11F | 12 | 47 |
| Octal | 275 | 250 | 303 | 3 | 16 | 0 | 30 | 437 | 22 | 107 |
| Binary | 10111101 | 10101000 | 11000011 | 11 | 1110 | 0 | 11000 | 100011111 | 10010 | 1000111 |
Color Harmonies of #BDA8C3
Complementary color
Monochromatic Colors of #BDA8C3
Black with #BDA8C3
Text Example
Text Example
White with #BDA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8C3; }
p { color: rgb(189,168,195); }
H1.HeaderClassName
{
color: #BDA8C3;
}
.AnyTagClassName
{
color: #BDA8C3;
}
</style>
background-color css
<style>
a { background-color: #BDA8C3; }
a { background-color: rgb(189,168,195); }
div.DivClassName
{
background-color: #BDA8C3;
}
.BgClassName
{
background-color: #BDA8C3;
}
</style>
border-color css
<style>
span { border-color: #BDA8C3; }
span { border-color: rgb(189,168,195); }
td.TdClassName
{
border-color: #BDA8C3;
}
.TagClassName
{
border-color: #BDA8C3;
}
</style>