Shades of Melrose #BBB1DD
Tints of Melrose #BBB1DD
RGB
CMYK
RGB Variations
Color information
#BBB1DD (or 0xBBB1DD) is known color: Melrose. HEX triplet: BB, B1 and DD. RGB value is (187,177,221). Sum of RGB (Red+Green+Blue) = 187+177+221=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1DD is #444E22. Grayscale: #B8B8B8. Windows color (decimal): -4476451 or 14528955. OLE color: 14528955.
HSL color Cylindrical-coordinate representation of color #BBB1DD: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB1DD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 177 | 221 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.13 |
| HSL | 253.64º | 0.39% | 0.78% | - |
| HSV(B) | 253.64º | 0.2% | 0.87% | - |
| XYZ | 49.27 | 47.23 | 74.93 | - |
| YUV | 185.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 221 | 0.15 | 0.20 | 0 | 0.13 | 253.64 | 0.39 | 0.78 |
| Hex | BB | B1 | DD | F | 14 | 0 | D | FE | 27 | 4E |
| Octal | 273 | 261 | 335 | 17 | 24 | 0 | 15 | 376 | 47 | 116 |
| Binary | 10111011 | 10110001 | 11011101 | 1111 | 10100 | 0 | 1101 | 11111110 | 100111 | 1001110 |
Color Harmonies of #BBB1DD
Complementary color
Monochromatic Colors of #BBB1DD
Black with #BBB1DD
Text Example
Text Example
White with #BBB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1DD; }
p { color: rgb(187,177,221); }
H1.HeaderClassName
{
color: #BBB1DD;
}
.AnyTagClassName
{
color: #BBB1DD;
}
</style>
background-color css
<style>
a { background-color: #BBB1DD; }
a { background-color: rgb(187,177,221); }
div.DivClassName
{
background-color: #BBB1DD;
}
.BgClassName
{
background-color: #BBB1DD;
}
</style>
border-color css
<style>
span { border-color: #BBB1DD; }
span { border-color: rgb(187,177,221); }
td.TdClassName
{
border-color: #BBB1DD;
}
.TagClassName
{
border-color: #BBB1DD;
}
</style>