Shades of Lola #BDA2C5
Tints of Lola #BDA2C5
RGB
CMYK
RGB Variations
Color information
#BDA2C5 (or 0xBDA2C5) is known color: Lola. HEX triplet: BD, A2 and C5. RGB value is (189,162,197). Sum of RGB (Red+Green+Blue) = 189+162+197=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2C5 is #425D3A. Grayscale: #ADADAD. Windows color (decimal): -4349243 or 12952253. OLE color: 12952253.
HSL color Cylindrical-coordinate representation of color #BDA2C5: hue angle of 286.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA2C5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 162 | 197 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.23 |
| HSL | 286.29º | 0.23% | 0.7% | - |
| HSV(B) | 286.29º | 0.18% | 0.77% | - |
| XYZ | 43.98 | 40.69 | 58.36 | - |
| YUV | 174.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 197 | 0.04 | 0.18 | 0 | 0.23 | 286.29 | 0.23 | 0.7 |
| Hex | BD | A2 | C5 | 4 | 12 | 0 | 17 | 11E | 17 | 46 |
| Octal | 275 | 242 | 305 | 4 | 22 | 0 | 27 | 436 | 27 | 106 |
| Binary | 10111101 | 10100010 | 11000101 | 100 | 10010 | 0 | 10111 | 100011110 | 10111 | 1000110 |
Color Harmonies of #BDA2C5
Complementary color
Monochromatic Colors of #BDA2C5
Black with #BDA2C5
Text Example
Text Example
White with #BDA2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2C5; }
p { color: rgb(189,162,197); }
H1.HeaderClassName
{
color: #BDA2C5;
}
.AnyTagClassName
{
color: #BDA2C5;
}
</style>
background-color css
<style>
a { background-color: #BDA2C5; }
a { background-color: rgb(189,162,197); }
div.DivClassName
{
background-color: #BDA2C5;
}
.BgClassName
{
background-color: #BDA2C5;
}
</style>
border-color css
<style>
span { border-color: #BDA2C5; }
span { border-color: rgb(189,162,197); }
td.TdClassName
{
border-color: #BDA2C5;
}
.TagClassName
{
border-color: #BDA2C5;
}
</style>