Shades of Lola #BBAEBA
Tints of Lola #BBAEBA
RGB
CMYK
RGB Variations
Color information
#BBAEBA (or 0xBBAEBA) is known color: Lola. HEX triplet: BB, AE and BA. RGB value is (187,174,186). Sum of RGB (Red+Green+Blue) = 187+174+186=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBA is #445145. Grayscale: #B3B3B3. Windows color (decimal): -4477254 or 12234427. OLE color: 12234427.
HSL color Cylindrical-coordinate representation of color #BBAEBA: hue angle of 304.62º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBAEBA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 174 | 186 | - |
CMYK | 0 | 0.07 | 0.01 | 0.27 |
HSL | 304.62º | 0.09% | 0.71% | - |
HSV(B) | 304.62º | 0.07% | 0.73% | - |
XYZ | 44.49 | 44.38 | 52.68 | - |
YUV | 179.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 174 | 186 | 0 | 0.07 | 0.01 | 0.27 | 304.62 | 0.09 | 0.71 |
Hex | BB | AE | BA | 0 | 7 | 1 | 1B | 131 | 9 | 47 |
Octal | 273 | 256 | 272 | 0 | 7 | 1 | 33 | 461 | 11 | 107 |
Binary | 10111011 | 10101110 | 10111010 | 0 | 111 | 1 | 11011 | 100110001 | 1001 | 1000111 |
Color Harmonies of #BBAEBA
Complementary color
Monochromatic Colors of #BBAEBA
Black with #BBAEBA
Text Example
Text Example
White with #BBAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEBA; }
p { color: rgb(187,174,186); }
H1.HeaderClassName
{
color: #BBAEBA;
}
.AnyTagClassName
{
color: #BBAEBA;
}
</style>
background-color css
<style>
a { background-color: #BBAEBA; }
a { background-color: rgb(187,174,186); }
div.DivClassName
{
background-color: #BBAEBA;
}
.BgClassName
{
background-color: #BBAEBA;
}
</style>
border-color css
<style>
span { border-color: #BBAEBA; }
span { border-color: rgb(187,174,186); }
td.TdClassName
{
border-color: #BBAEBA;
}
.TagClassName
{
border-color: #BBAEBA;
}
</style>