Shades of Melrose #BBB0DB
Tints of Melrose #BBB0DB
RGB
CMYK
RGB Variations
Color information
#BBB0DB (or 0xBBB0DB) is known color: Melrose. HEX triplet: BB, B0 and DB. RGB value is (187,176,219). Sum of RGB (Red+Green+Blue) = 187+176+219=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0DB is #444F24. Grayscale: #B8B8B8. Windows color (decimal): -4476709 or 14397627. OLE color: 14397627.
HSL color Cylindrical-coordinate representation of color #BBB0DB: hue angle of 255.35º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB0DB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 176 | 219 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.14 |
| HSL | 255.35º | 0.37% | 0.77% | - |
| HSV(B) | 255.35º | 0.2% | 0.86% | - |
| XYZ | 48.81 | 46.73 | 73.47 | - |
| YUV | 184.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 219 | 0.15 | 0.20 | 0 | 0.14 | 255.35 | 0.37 | 0.77 |
| Hex | BB | B0 | DB | F | 14 | 0 | E | FF | 25 | 4D |
| Octal | 273 | 260 | 333 | 17 | 24 | 0 | 16 | 377 | 45 | 115 |
| Binary | 10111011 | 10110000 | 11011011 | 1111 | 10100 | 0 | 1110 | 11111111 | 100101 | 1001101 |
Color Harmonies of #BBB0DB
Complementary color
Monochromatic Colors of #BBB0DB
Black with #BBB0DB
Text Example
Text Example
White with #BBB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0DB; }
p { color: rgb(187,176,219); }
H1.HeaderClassName
{
color: #BBB0DB;
}
.AnyTagClassName
{
color: #BBB0DB;
}
</style>
background-color css
<style>
a { background-color: #BBB0DB; }
a { background-color: rgb(187,176,219); }
div.DivClassName
{
background-color: #BBB0DB;
}
.BgClassName
{
background-color: #BBB0DB;
}
</style>
border-color css
<style>
span { border-color: #BBB0DB; }
span { border-color: rgb(187,176,219); }
td.TdClassName
{
border-color: #BBB0DB;
}
.TagClassName
{
border-color: #BBB0DB;
}
</style>