Shades of Melrose #BBB2DD
Tints of Melrose #BBB2DD
RGB
CMYK
RGB Variations
Color information
#BBB2DD (or 0xBBB2DD) is known color: Melrose. HEX triplet: BB, B2 and DD. RGB value is (187,178,221). Sum of RGB (Red+Green+Blue) = 187+178+221=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2DD is #444D22. Grayscale: #B9B9B9. Windows color (decimal): -4476195 or 14529211. OLE color: 14529211.
HSL color Cylindrical-coordinate representation of color #BBB2DD: hue angle of 252.56º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB2DD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 178 | 221 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.13 |
| HSL | 252.56º | 0.39% | 0.78% | - |
| HSV(B) | 252.56º | 0.19% | 0.87% | - |
| XYZ | 49.47 | 47.63 | 74.99 | - |
| YUV | 185.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 221 | 0.15 | 0.19 | 0 | 0.13 | 252.56 | 0.39 | 0.78 |
| Hex | BB | B2 | DD | F | 13 | 0 | D | FD | 27 | 4E |
| Octal | 273 | 262 | 335 | 17 | 23 | 0 | 15 | 375 | 47 | 116 |
| Binary | 10111011 | 10110010 | 11011101 | 1111 | 10011 | 0 | 1101 | 11111101 | 100111 | 1001110 |
Color Harmonies of #BBB2DD
Complementary color
Monochromatic Colors of #BBB2DD
Black with #BBB2DD
Text Example
Text Example
White with #BBB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2DD; }
p { color: rgb(187,178,221); }
H1.HeaderClassName
{
color: #BBB2DD;
}
.AnyTagClassName
{
color: #BBB2DD;
}
</style>
background-color css
<style>
a { background-color: #BBB2DD; }
a { background-color: rgb(187,178,221); }
div.DivClassName
{
background-color: #BBB2DD;
}
.BgClassName
{
background-color: #BBB2DD;
}
</style>
border-color css
<style>
span { border-color: #BBB2DD; }
span { border-color: rgb(187,178,221); }
td.TdClassName
{
border-color: #BBB2DD;
}
.TagClassName
{
border-color: #BBB2DD;
}
</style>