Shades of Melrose #BBB1DB
Tints of Melrose #BBB1DB
RGB
CMYK
RGB Variations
Color information
#BBB1DB (or 0xBBB1DB) is known color: Melrose. HEX triplet: BB, B1 and DB. RGB value is (187,177,219). Sum of RGB (Red+Green+Blue) = 187+177+219=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1DB is #444E24. Grayscale: #B8B8B8. Windows color (decimal): -4476453 or 14397883. OLE color: 14397883.
HSL color Cylindrical-coordinate representation of color #BBB1DB: hue angle of 254.29º degrees, saturation: 0.37, 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 #BBB1DB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 177 | 219 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.14 |
| HSL | 254.29º | 0.37% | 0.78% | - |
| HSV(B) | 254.29º | 0.19% | 0.86% | - |
| XYZ | 49 | 47.12 | 73.53 | - |
| YUV | 184.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 219 | 0.15 | 0.19 | 0 | 0.14 | 254.29 | 0.37 | 0.78 |
| Hex | BB | B1 | DB | F | 13 | 0 | E | FE | 25 | 4E |
| Octal | 273 | 261 | 333 | 17 | 23 | 0 | 16 | 376 | 45 | 116 |
| Binary | 10111011 | 10110001 | 11011011 | 1111 | 10011 | 0 | 1110 | 11111110 | 100101 | 1001110 |
Color Harmonies of #BBB1DB
Complementary color
Monochromatic Colors of #BBB1DB
Black with #BBB1DB
Text Example
Text Example
White with #BBB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1DB; }
p { color: rgb(187,177,219); }
H1.HeaderClassName
{
color: #BBB1DB;
}
.AnyTagClassName
{
color: #BBB1DB;
}
</style>
background-color css
<style>
a { background-color: #BBB1DB; }
a { background-color: rgb(187,177,219); }
div.DivClassName
{
background-color: #BBB1DB;
}
.BgClassName
{
background-color: #BBB1DB;
}
</style>
border-color css
<style>
span { border-color: #BBB1DB; }
span { border-color: rgb(187,177,219); }
td.TdClassName
{
border-color: #BBB1DB;
}
.TagClassName
{
border-color: #BBB1DB;
}
</style>