Shades of Lola #BAAEBD
Tints of Lola #BAAEBD
RGB
CMYK
RGB Variations
Color information
#BAAEBD (or 0xBAAEBD) is known color: Lola. HEX triplet: BA, AE and BD. RGB value is (186,174,189). Sum of RGB (Red+Green+Blue) = 186+174+189=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEBD is #455142. Grayscale: #B3B3B3. Windows color (decimal): -4542787 or 12431034. OLE color: 12431034.
HSL color Cylindrical-coordinate representation of color #BAAEBD: hue angle of 288º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAAEBD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 174 | 189 | - |
CMYK | 0.02 | 0.08 | 0 | 0.26 |
HSL | 288º | 0.1% | 0.71% | - |
HSV(B) | 288º | 0.08% | 0.74% | - |
XYZ | 44.57 | 44.39 | 54.36 | - |
YUV | 179.3 | 133.48 | 132.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 174 | 189 | 0.02 | 0.08 | 0 | 0.26 | 288 | 0.1 | 0.71 |
Hex | BA | AE | BD | 2 | 8 | 0 | 1A | 120 | A | 47 |
Octal | 272 | 256 | 275 | 2 | 10 | 0 | 32 | 440 | 12 | 107 |
Binary | 10111010 | 10101110 | 10111101 | 10 | 1000 | 0 | 11010 | 100100000 | 1010 | 1000111 |
Color Harmonies of #BAAEBD
Complementary color
Monochromatic Colors of #BAAEBD
Black with #BAAEBD
Text Example
Text Example
White with #BAAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEBD; }
p { color: rgb(186,174,189); }
H1.HeaderClassName
{
color: #BAAEBD;
}
.AnyTagClassName
{
color: #BAAEBD;
}
</style>
background-color css
<style>
a { background-color: #BAAEBD; }
a { background-color: rgb(186,174,189); }
div.DivClassName
{
background-color: #BAAEBD;
}
.BgClassName
{
background-color: #BAAEBD;
}
</style>
border-color css
<style>
span { border-color: #BAAEBD; }
span { border-color: rgb(186,174,189); }
td.TdClassName
{
border-color: #BAAEBD;
}
.TagClassName
{
border-color: #BAAEBD;
}
</style>