Shades of Melrose #BBADED
Tints of Melrose #BBADED
RGB
CMYK
RGB Variations
Color information
#BBADED (or 0xBBADED) is known color: Melrose. HEX triplet: BB, AD and ED. RGB value is (187,173,237). Sum of RGB (Red+Green+Blue) = 187+173+237=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADED is #445212. Grayscale: #B8B8B8. Windows color (decimal): -4477459 or 15576507. OLE color: 15576507.
HSL color Cylindrical-coordinate representation of color #BBADED: hue angle of 253.12º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBADED is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 173 | 237 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.07 |
| HSL | 253.13º | 0.64% | 0.8% | - |
| HSV(B) | 253.13º | 0.27% | 0.93% | - |
| XYZ | 50.72 | 46.57 | 86.44 | - |
| YUV | 184.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 237 | 0.21 | 0.27 | 0 | 0.07 | 253.13 | 0.64 | 0.8 |
| Hex | BB | AD | ED | 15 | 1B | 0 | 7 | FD | 40 | 50 |
| Octal | 273 | 255 | 355 | 25 | 33 | 0 | 7 | 375 | 100 | 120 |
| Binary | 10111011 | 10101101 | 11101101 | 10101 | 11011 | 0 | 111 | 11111101 | 1000000 | 1010000 |
Color Harmonies of #BBADED
Complementary color
Monochromatic Colors of #BBADED
Black with #BBADED
Text Example
Text Example
White with #BBADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADED; }
p { color: rgb(187,173,237); }
H1.HeaderClassName
{
color: #BBADED;
}
.AnyTagClassName
{
color: #BBADED;
}
</style>
background-color css
<style>
a { background-color: #BBADED; }
a { background-color: rgb(187,173,237); }
div.DivClassName
{
background-color: #BBADED;
}
.BgClassName
{
background-color: #BBADED;
}
</style>
border-color css
<style>
span { border-color: #BBADED; }
span { border-color: rgb(187,173,237); }
td.TdClassName
{
border-color: #BBADED;
}
.TagClassName
{
border-color: #BBADED;
}
</style>