Shades of Melrose #BBB0DF
Tints of Melrose #BBB0DF
RGB
CMYK
RGB Variations
Color information
#BBB0DF (or 0xBBB0DF) is known color: Melrose. HEX triplet: BB, B0 and DF. RGB value is (187,176,223). Sum of RGB (Red+Green+Blue) = 187+176+223=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0DF is #444F20. Grayscale: #B8B8B8. Windows color (decimal): -4476705 or 14659771. OLE color: 14659771.
HSL color Cylindrical-coordinate representation of color #BBB0DF: hue angle of 254.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB0DF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 176 | 223 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.13 |
| HSL | 254.04º | 0.42% | 0.78% | - |
| HSV(B) | 254.04º | 0.21% | 0.87% | - |
| XYZ | 49.34 | 46.94 | 76.27 | - |
| YUV | 184.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 223 | 0.16 | 0.21 | 0 | 0.13 | 254.04 | 0.42 | 0.78 |
| Hex | BB | B0 | DF | 10 | 15 | 0 | D | FE | 2A | 4E |
| Octal | 273 | 260 | 337 | 20 | 25 | 0 | 15 | 376 | 52 | 116 |
| Binary | 10111011 | 10110000 | 11011111 | 10000 | 10101 | 0 | 1101 | 11111110 | 101010 | 1001110 |
Color Harmonies of #BBB0DF
Complementary color
Monochromatic Colors of #BBB0DF
Black with #BBB0DF
Text Example
Text Example
White with #BBB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0DF; }
p { color: rgb(187,176,223); }
H1.HeaderClassName
{
color: #BBB0DF;
}
.AnyTagClassName
{
color: #BBB0DF;
}
</style>
background-color css
<style>
a { background-color: #BBB0DF; }
a { background-color: rgb(187,176,223); }
div.DivClassName
{
background-color: #BBB0DF;
}
.BgClassName
{
background-color: #BBB0DF;
}
</style>
border-color css
<style>
span { border-color: #BBB0DF; }
span { border-color: rgb(187,176,223); }
td.TdClassName
{
border-color: #BBB0DF;
}
.TagClassName
{
border-color: #BBB0DF;
}
</style>