Shades of Melrose #BBB2DB
Tints of Melrose #BBB2DB
RGB
CMYK
RGB Variations
Color information
#BBB2DB (or 0xBBB2DB) is known color: Melrose. HEX triplet: BB, B2 and DB. RGB value is (187,178,219). Sum of RGB (Red+Green+Blue) = 187+178+219=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2DB is #444D24. Grayscale: #B9B9B9. Windows color (decimal): -4476197 or 14398139. OLE color: 14398139.
HSL color Cylindrical-coordinate representation of color #BBB2DB: hue angle of 253.17º degrees, saturation: 0.36, 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 #BBB2DB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 178 | 219 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.14 |
| HSL | 253.17º | 0.36% | 0.78% | - |
| HSV(B) | 253.17º | 0.19% | 0.86% | - |
| XYZ | 49.2 | 47.52 | 73.6 | - |
| YUV | 185.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 219 | 0.15 | 0.19 | 0 | 0.14 | 253.17 | 0.36 | 0.78 |
| Hex | BB | B2 | DB | F | 13 | 0 | E | FD | 24 | 4E |
| Octal | 273 | 262 | 333 | 17 | 23 | 0 | 16 | 375 | 44 | 116 |
| Binary | 10111011 | 10110010 | 11011011 | 1111 | 10011 | 0 | 1110 | 11111101 | 100100 | 1001110 |
Color Harmonies of #BBB2DB
Complementary color
Monochromatic Colors of #BBB2DB
Black with #BBB2DB
Text Example
Text Example
White with #BBB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2DB; }
p { color: rgb(187,178,219); }
H1.HeaderClassName
{
color: #BBB2DB;
}
.AnyTagClassName
{
color: #BBB2DB;
}
</style>
background-color css
<style>
a { background-color: #BBB2DB; }
a { background-color: rgb(187,178,219); }
div.DivClassName
{
background-color: #BBB2DB;
}
.BgClassName
{
background-color: #BBB2DB;
}
</style>
border-color css
<style>
span { border-color: #BBB2DB; }
span { border-color: rgb(187,178,219); }
td.TdClassName
{
border-color: #BBB2DB;
}
.TagClassName
{
border-color: #BBB2DB;
}
</style>