Shades of Melrose #BBABED
Tints of Melrose #BBABED
RGB
CMYK
RGB Variations
Color information
#BBABED (or 0xBBABED) is known color: Melrose. HEX triplet: BB, AB and ED. RGB value is (187,171,237). Sum of RGB (Red+Green+Blue) = 187+171+237=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABED is #445412. Grayscale: #B7B7B7. Windows color (decimal): -4477971 or 15575995. OLE color: 15575995.
HSL color Cylindrical-coordinate representation of color #BBABED: hue angle of 254.55º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBABED is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 171 | 237 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.07 |
| HSL | 254.55º | 0.65% | 0.8% | - |
| HSV(B) | 254.55º | 0.28% | 0.93% | - |
| XYZ | 50.34 | 45.81 | 86.31 | - |
| YUV | 183.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 237 | 0.21 | 0.28 | 0 | 0.07 | 254.55 | 0.65 | 0.8 |
| Hex | BB | AB | ED | 15 | 1C | 0 | 7 | FF | 41 | 50 |
| Octal | 273 | 253 | 355 | 25 | 34 | 0 | 7 | 377 | 101 | 120 |
| Binary | 10111011 | 10101011 | 11101101 | 10101 | 11100 | 0 | 111 | 11111111 | 1000001 | 1010000 |
Color Harmonies of #BBABED
Complementary color
Monochromatic Colors of #BBABED
Black with #BBABED
Text Example
Text Example
White with #BBABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABED; }
p { color: rgb(187,171,237); }
H1.HeaderClassName
{
color: #BBABED;
}
.AnyTagClassName
{
color: #BBABED;
}
</style>
background-color css
<style>
a { background-color: #BBABED; }
a { background-color: rgb(187,171,237); }
div.DivClassName
{
background-color: #BBABED;
}
.BgClassName
{
background-color: #BBABED;
}
</style>
border-color css
<style>
span { border-color: #BBABED; }
span { border-color: rgb(187,171,237); }
td.TdClassName
{
border-color: #BBABED;
}
.TagClassName
{
border-color: #BBABED;
}
</style>