Shades of Melrose #BBABEB
Tints of Melrose #BBABEB
RGB
CMYK
RGB Variations
Color information
#BBABEB (or 0xBBABEB) is known color: Melrose. HEX triplet: BB, AB and EB. RGB value is (187,171,235). Sum of RGB (Red+Green+Blue) = 187+171+235=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABEB is #445414. Grayscale: #B6B6B6. Windows color (decimal): -4477973 or 15444923. OLE color: 15444923.
HSL color Cylindrical-coordinate representation of color #BBABEB: hue angle of 255º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBABEB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 171 | 235 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.08 |
| HSL | 255º | 0.62% | 0.8% | - |
| HSV(B) | 255º | 0.27% | 0.92% | - |
| XYZ | 50.05 | 45.69 | 84.78 | - |
| YUV | 183.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 235 | 0.20 | 0.27 | 0 | 0.08 | 255 | 0.62 | 0.8 |
| Hex | BB | AB | EB | 14 | 1B | 0 | 8 | FF | 3E | 50 |
| Octal | 273 | 253 | 353 | 24 | 33 | 0 | 10 | 377 | 76 | 120 |
| Binary | 10111011 | 10101011 | 11101011 | 10100 | 11011 | 0 | 1000 | 11111111 | 111110 | 1010000 |
Color Harmonies of #BBABEB
Complementary color
Monochromatic Colors of #BBABEB
Black with #BBABEB
Text Example
Text Example
White with #BBABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABEB; }
p { color: rgb(187,171,235); }
H1.HeaderClassName
{
color: #BBABEB;
}
.AnyTagClassName
{
color: #BBABEB;
}
</style>
background-color css
<style>
a { background-color: #BBABEB; }
a { background-color: rgb(187,171,235); }
div.DivClassName
{
background-color: #BBABEB;
}
.BgClassName
{
background-color: #BBABEB;
}
</style>
border-color css
<style>
span { border-color: #BBABEB; }
span { border-color: rgb(187,171,235); }
td.TdClassName
{
border-color: #BBABEB;
}
.TagClassName
{
border-color: #BBABEB;
}
</style>