Shades of Lola #BDA1C4
Tints of Lola #BDA1C4
RGB
CMYK
RGB Variations
Color information
#BDA1C4 (or 0xBDA1C4) is known color: Lola. HEX triplet: BD, A1 and C4. RGB value is (189,161,196). Sum of RGB (Red+Green+Blue) = 189+161+196=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1C4 is #425E3B. Grayscale: #ADADAD. Windows color (decimal): -4349500 or 12886461. OLE color: 12886461.
HSL color Cylindrical-coordinate representation of color #BDA1C4: hue angle of 288º 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 #BDA1C4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 161 | 196 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.23 |
| HSL | 288º | 0.23% | 0.7% | - |
| HSV(B) | 288º | 0.18% | 0.77% | - |
| XYZ | 43.69 | 40.29 | 57.7 | - |
| YUV | 173.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 196 | 0.04 | 0.18 | 0 | 0.23 | 288 | 0.23 | 0.7 |
| Hex | BD | A1 | C4 | 4 | 12 | 0 | 17 | 120 | 17 | 46 |
| Octal | 275 | 241 | 304 | 4 | 22 | 0 | 27 | 440 | 27 | 106 |
| Binary | 10111101 | 10100001 | 11000100 | 100 | 10010 | 0 | 10111 | 100100000 | 10111 | 1000110 |
Color Harmonies of #BDA1C4
Complementary color
Monochromatic Colors of #BDA1C4
Black with #BDA1C4
Text Example
Text Example
White with #BDA1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1C4; }
p { color: rgb(189,161,196); }
H1.HeaderClassName
{
color: #BDA1C4;
}
.AnyTagClassName
{
color: #BDA1C4;
}
</style>
background-color css
<style>
a { background-color: #BDA1C4; }
a { background-color: rgb(189,161,196); }
div.DivClassName
{
background-color: #BDA1C4;
}
.BgClassName
{
background-color: #BDA1C4;
}
</style>
border-color css
<style>
span { border-color: #BDA1C4; }
span { border-color: rgb(189,161,196); }
td.TdClassName
{
border-color: #BDA1C4;
}
.TagClassName
{
border-color: #BDA1C4;
}
</style>