Shades of Melrose #BBB2DC
Tints of Melrose #BBB2DC
RGB
CMYK
RGB Variations
Color information
#BBB2DC (or 0xBBB2DC) is known color: Melrose. HEX triplet: BB, B2 and DC. RGB value is (187,178,220). Sum of RGB (Red+Green+Blue) = 187+178+220=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2DC is #444D23. Grayscale: #B9B9B9. Windows color (decimal): -4476196 or 14463675. OLE color: 14463675.
HSL color Cylindrical-coordinate representation of color #BBB2DC: hue angle of 252.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB2DC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 178 | 220 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.14 |
| HSL | 252.86º | 0.38% | 0.78% | - |
| HSV(B) | 252.86º | 0.19% | 0.86% | - |
| XYZ | 49.33 | 47.57 | 74.29 | - |
| YUV | 185.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 220 | 0.15 | 0.19 | 0 | 0.14 | 252.86 | 0.38 | 0.78 |
| Hex | BB | B2 | DC | F | 13 | 0 | E | FD | 26 | 4E |
| Octal | 273 | 262 | 334 | 17 | 23 | 0 | 16 | 375 | 46 | 116 |
| Binary | 10111011 | 10110010 | 11011100 | 1111 | 10011 | 0 | 1110 | 11111101 | 100110 | 1001110 |
Color Harmonies of #BBB2DC
Complementary color
Monochromatic Colors of #BBB2DC
Black with #BBB2DC
Text Example
Text Example
White with #BBB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2DC; }
p { color: rgb(187,178,220); }
H1.HeaderClassName
{
color: #BBB2DC;
}
.AnyTagClassName
{
color: #BBB2DC;
}
</style>
background-color css
<style>
a { background-color: #BBB2DC; }
a { background-color: rgb(187,178,220); }
div.DivClassName
{
background-color: #BBB2DC;
}
.BgClassName
{
background-color: #BBB2DC;
}
</style>
border-color css
<style>
span { border-color: #BBB2DC; }
span { border-color: rgb(187,178,220); }
td.TdClassName
{
border-color: #BBB2DC;
}
.TagClassName
{
border-color: #BBB2DC;
}
</style>