Shades of Lola #BDAFC1
Tints of Lola #BDAFC1
RGB
CMYK
RGB Variations
Color information
#BDAFC1 (or 0xBDAFC1) is known color: Lola. HEX triplet: BD, AF and C1. RGB value is (189,175,193). Sum of RGB (Red+Green+Blue) = 189+175+193=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC1 is #42503E. Grayscale: #B5B5B5. Windows color (decimal): -4345919 or 12693437. OLE color: 12693437.
HSL color Cylindrical-coordinate representation of color #BDAFC1: hue angle of 286.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDAFC1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 175 | 193 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.24 |
| HSL | 286.67º | 0.13% | 0.72% | - |
| HSV(B) | 286.67º | 0.09% | 0.76% | - |
| XYZ | 45.94 | 45.33 | 56.78 | - |
| YUV | 181.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 193 | 0.02 | 0.09 | 0 | 0.24 | 286.67 | 0.13 | 0.72 |
| Hex | BD | AF | C1 | 2 | 9 | 0 | 18 | 11F | D | 48 |
| Octal | 275 | 257 | 301 | 2 | 11 | 0 | 30 | 437 | 15 | 110 |
| Binary | 10111101 | 10101111 | 11000001 | 10 | 1001 | 0 | 11000 | 100011111 | 1101 | 1001000 |
Color Harmonies of #BDAFC1
Complementary color
Monochromatic Colors of #BDAFC1
Black with #BDAFC1
Text Example
Text Example
White with #BDAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFC1; }
p { color: rgb(189,175,193); }
H1.HeaderClassName
{
color: #BDAFC1;
}
.AnyTagClassName
{
color: #BDAFC1;
}
</style>
background-color css
<style>
a { background-color: #BDAFC1; }
a { background-color: rgb(189,175,193); }
div.DivClassName
{
background-color: #BDAFC1;
}
.BgClassName
{
background-color: #BDAFC1;
}
</style>
border-color css
<style>
span { border-color: #BDAFC1; }
span { border-color: rgb(189,175,193); }
td.TdClassName
{
border-color: #BDAFC1;
}
.TagClassName
{
border-color: #BDAFC1;
}
</style>