Shades of Lola #BDA5C2
Tints of Lola #BDA5C2
RGB
CMYK
RGB Variations
Color information
#BDA5C2 (or 0xBDA5C2) is known color: Lola. HEX triplet: BD, A5 and C2. RGB value is (189,165,194). Sum of RGB (Red+Green+Blue) = 189+165+194=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5C2 is #425A3D. Grayscale: #AFAFAF. Windows color (decimal): -4348478 or 12756413. OLE color: 12756413.
HSL color Cylindrical-coordinate representation of color #BDA5C2: hue angle of 289.66º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA5C2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 165 | 194 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.24 |
| HSL | 289.66º | 0.19% | 0.7% | - |
| HSV(B) | 289.66º | 0.15% | 0.76% | - |
| XYZ | 44.18 | 41.62 | 56.74 | - |
| YUV | 175.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 194 | 0.03 | 0.15 | 0 | 0.24 | 289.66 | 0.19 | 0.7 |
| Hex | BD | A5 | C2 | 3 | F | 0 | 18 | 122 | 13 | 46 |
| Octal | 275 | 245 | 302 | 3 | 17 | 0 | 30 | 442 | 23 | 106 |
| Binary | 10111101 | 10100101 | 11000010 | 11 | 1111 | 0 | 11000 | 100100010 | 10011 | 1000110 |
Color Harmonies of #BDA5C2
Complementary color
Monochromatic Colors of #BDA5C2
Black with #BDA5C2
Text Example
Text Example
White with #BDA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5C2; }
p { color: rgb(189,165,194); }
H1.HeaderClassName
{
color: #BDA5C2;
}
.AnyTagClassName
{
color: #BDA5C2;
}
</style>
background-color css
<style>
a { background-color: #BDA5C2; }
a { background-color: rgb(189,165,194); }
div.DivClassName
{
background-color: #BDA5C2;
}
.BgClassName
{
background-color: #BDA5C2;
}
</style>
border-color css
<style>
span { border-color: #BDA5C2; }
span { border-color: rgb(189,165,194); }
td.TdClassName
{
border-color: #BDA5C2;
}
.TagClassName
{
border-color: #BDA5C2;
}
</style>