Shades of Lola #BDAAC2
Tints of Lola #BDAAC2
RGB
CMYK
RGB Variations
Color information
#BDAAC2 (or 0xBDAAC2) is known color: Lola. HEX triplet: BD, AA and C2. RGB value is (189,170,194). Sum of RGB (Red+Green+Blue) = 189+170+194=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDAAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAC2 is #42553D. Grayscale: #B2B2B2. Windows color (decimal): -4347198 or 12757693. OLE color: 12757693.
HSL color Cylindrical-coordinate representation of color #BDAAC2: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDAAC2 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 170 | 194 | - |
CMYK | 0.03 | 0.12 | 0 | 0.24 |
HSL | 287.5º | 0.16% | 0.71% | - |
HSV(B) | 287.5º | 0.12% | 0.76% | - |
XYZ | 45.1 | 43.46 | 57.05 | - |
YUV | 178.42 | 136.79 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 170 | 194 | 0.03 | 0.12 | 0 | 0.24 | 287.5 | 0.16 | 0.71 |
Hex | BD | AA | C2 | 3 | C | 0 | 18 | 120 | 10 | 47 |
Octal | 275 | 252 | 302 | 3 | 14 | 0 | 30 | 440 | 20 | 107 |
Binary | 10111101 | 10101010 | 11000010 | 11 | 1100 | 0 | 11000 | 100100000 | 10000 | 1000111 |
Color Harmonies of #BDAAC2
Complementary color
Monochromatic Colors of #BDAAC2
Black with #BDAAC2
Text Example
Text Example
White with #BDAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAC2; }
p { color: rgb(189,170,194); }
H1.HeaderClassName
{
color: #BDAAC2;
}
.AnyTagClassName
{
color: #BDAAC2;
}
</style>
background-color css
<style>
a { background-color: #BDAAC2; }
a { background-color: rgb(189,170,194); }
div.DivClassName
{
background-color: #BDAAC2;
}
.BgClassName
{
background-color: #BDAAC2;
}
</style>
border-color css
<style>
span { border-color: #BDAAC2; }
span { border-color: rgb(189,170,194); }
td.TdClassName
{
border-color: #BDAAC2;
}
.TagClassName
{
border-color: #BDAAC2;
}
</style>