Shades of Lola #BDAEC3
Tints of Lola #BDAEC3
RGB
CMYK
RGB Variations
Color information
#BDAEC3 (or 0xBDAEC3) is known color: Lola. HEX triplet: BD, AE and C3. RGB value is (189,174,195). Sum of RGB (Red+Green+Blue) = 189+174+195=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC3 is #42513C. Grayscale: #B4B4B4. Windows color (decimal): -4346173 or 12824253. OLE color: 12824253.
HSL color Cylindrical-coordinate representation of color #BDAEC3: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDAEC3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 174 | 195 | - |
CMYK | 0.03 | 0.11 | 0 | 0.24 |
HSL | 282.86º | 0.15% | 0.72% | - |
HSV(B) | 282.86º | 0.11% | 0.76% | - |
XYZ | 45.97 | 45.03 | 57.9 | - |
YUV | 180.88 | 135.97 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 195 | 0.03 | 0.11 | 0 | 0.24 | 282.86 | 0.15 | 0.72 |
Hex | BD | AE | C3 | 3 | B | 0 | 18 | 11B | F | 48 |
Octal | 275 | 256 | 303 | 3 | 13 | 0 | 30 | 433 | 17 | 110 |
Binary | 10111101 | 10101110 | 11000011 | 11 | 1011 | 0 | 11000 | 100011011 | 1111 | 1001000 |
Color Harmonies of #BDAEC3
Complementary color
Monochromatic Colors of #BDAEC3
Black with #BDAEC3
Text Example
Text Example
White with #BDAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEC3; }
p { color: rgb(189,174,195); }
H1.HeaderClassName
{
color: #BDAEC3;
}
.AnyTagClassName
{
color: #BDAEC3;
}
</style>
background-color css
<style>
a { background-color: #BDAEC3; }
a { background-color: rgb(189,174,195); }
div.DivClassName
{
background-color: #BDAEC3;
}
.BgClassName
{
background-color: #BDAEC3;
}
</style>
border-color css
<style>
span { border-color: #BDAEC3; }
span { border-color: rgb(189,174,195); }
td.TdClassName
{
border-color: #BDAEC3;
}
.TagClassName
{
border-color: #BDAEC3;
}
</style>