Shades of Melrose #BBB0DE
Tints of Melrose #BBB0DE
RGB
CMYK
RGB Variations
Color information
#BBB0DE (or 0xBBB0DE) is known color: Melrose. HEX triplet: BB, B0 and DE. RGB value is (187,176,222). Sum of RGB (Red+Green+Blue) = 187+176+222=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0DE is #444F21. Grayscale: #B8B8B8. Windows color (decimal): -4476706 or 14594235. OLE color: 14594235.
HSL color Cylindrical-coordinate representation of color #BBB0DE: hue angle of 254.35º degrees, saturation: 0.41, 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 #BBB0DE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 176 | 222 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.13 |
| HSL | 254.35º | 0.41% | 0.78% | - |
| HSV(B) | 254.35º | 0.21% | 0.87% | - |
| XYZ | 49.2 | 46.89 | 75.56 | - |
| YUV | 184.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 222 | 0.16 | 0.21 | 0 | 0.13 | 254.35 | 0.41 | 0.78 |
| Hex | BB | B0 | DE | 10 | 15 | 0 | D | FE | 29 | 4E |
| Octal | 273 | 260 | 336 | 20 | 25 | 0 | 15 | 376 | 51 | 116 |
| Binary | 10111011 | 10110000 | 11011110 | 10000 | 10101 | 0 | 1101 | 11111110 | 101001 | 1001110 |
Color Harmonies of #BBB0DE
Complementary color
Monochromatic Colors of #BBB0DE
Black with #BBB0DE
Text Example
Text Example
White with #BBB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0DE; }
p { color: rgb(187,176,222); }
H1.HeaderClassName
{
color: #BBB0DE;
}
.AnyTagClassName
{
color: #BBB0DE;
}
</style>
background-color css
<style>
a { background-color: #BBB0DE; }
a { background-color: rgb(187,176,222); }
div.DivClassName
{
background-color: #BBB0DE;
}
.BgClassName
{
background-color: #BBB0DE;
}
</style>
border-color css
<style>
span { border-color: #BBB0DE; }
span { border-color: rgb(187,176,222); }
td.TdClassName
{
border-color: #BBB0DE;
}
.TagClassName
{
border-color: #BBB0DE;
}
</style>