Shades of Lola #BDA5C4
Tints of Lola #BDA5C4
RGB
CMYK
RGB Variations
Color information
#BDA5C4 (or 0xBDA5C4) is known color: Lola. HEX triplet: BD, A5 and C4. RGB value is (189,165,196). Sum of RGB (Red+Green+Blue) = 189+165+196=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDA5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5C4 is #425A3B. Grayscale: #AFAFAF. Windows color (decimal): -4348476 or 12887485. OLE color: 12887485.
HSL color Cylindrical-coordinate representation of color #BDA5C4: hue angle of 286.45º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA5C4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 165 | 196 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.23 |
| HSL | 286.45º | 0.21% | 0.71% | - |
| HSV(B) | 286.45º | 0.16% | 0.77% | - |
| XYZ | 44.41 | 41.71 | 57.94 | - |
| YUV | 175.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 196 | 0.04 | 0.16 | 0 | 0.23 | 286.45 | 0.21 | 0.71 |
| Hex | BD | A5 | C4 | 4 | 10 | 0 | 17 | 11E | 15 | 47 |
| Octal | 275 | 245 | 304 | 4 | 20 | 0 | 27 | 436 | 25 | 107 |
| Binary | 10111101 | 10100101 | 11000100 | 100 | 10000 | 0 | 10111 | 100011110 | 10101 | 1000111 |
Color Harmonies of #BDA5C4
Complementary color
Monochromatic Colors of #BDA5C4
Black with #BDA5C4
Text Example
Text Example
White with #BDA5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5C4; }
p { color: rgb(189,165,196); }
H1.HeaderClassName
{
color: #BDA5C4;
}
.AnyTagClassName
{
color: #BDA5C4;
}
</style>
background-color css
<style>
a { background-color: #BDA5C4; }
a { background-color: rgb(189,165,196); }
div.DivClassName
{
background-color: #BDA5C4;
}
.BgClassName
{
background-color: #BDA5C4;
}
</style>
border-color css
<style>
span { border-color: #BDA5C4; }
span { border-color: rgb(189,165,196); }
td.TdClassName
{
border-color: #BDA5C4;
}
.TagClassName
{
border-color: #BDA5C4;
}
</style>