Shades of Lola #B8AEBA
Tints of Lola #B8AEBA
RGB
CMYK
RGB Variations
Color information
#B8AEBA (or 0xB8AEBA) is known color: Lola. HEX triplet: B8, AE and BA. RGB value is (184,174,186). Sum of RGB (Red+Green+Blue) = 184+174+186=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEBA is #475145. Grayscale: #B2B2B2. Windows color (decimal): -4673862 or 12234424. OLE color: 12234424.
HSL color Cylindrical-coordinate representation of color #B8AEBA: hue angle of 290º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8AEBA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 174 | 186 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.27 |
| HSL | 290º | 0.08% | 0.71% | - |
| HSV(B) | 290º | 0.06% | 0.73% | - |
| XYZ | 43.77 | 44.01 | 52.64 | - |
| YUV | 178.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 186 | 0.01 | 0.06 | 0 | 0.27 | 290 | 0.08 | 0.71 |
| Hex | B8 | AE | BA | 1 | 6 | 0 | 1B | 122 | 8 | 47 |
| Octal | 270 | 256 | 272 | 1 | 6 | 0 | 33 | 442 | 10 | 107 |
| Binary | 10111000 | 10101110 | 10111010 | 1 | 110 | 0 | 11011 | 100100010 | 1000 | 1000111 |
Color Harmonies of #B8AEBA
Complementary color
Monochromatic Colors of #B8AEBA
Black with #B8AEBA
Text Example
Text Example
White with #B8AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEBA; }
p { color: rgb(184,174,186); }
H1.HeaderClassName
{
color: #B8AEBA;
}
.AnyTagClassName
{
color: #B8AEBA;
}
</style>
background-color css
<style>
a { background-color: #B8AEBA; }
a { background-color: rgb(184,174,186); }
div.DivClassName
{
background-color: #B8AEBA;
}
.BgClassName
{
background-color: #B8AEBA;
}
</style>
border-color css
<style>
span { border-color: #B8AEBA; }
span { border-color: rgb(184,174,186); }
td.TdClassName
{
border-color: #B8AEBA;
}
.TagClassName
{
border-color: #B8AEBA;
}
</style>