Shades of Melrose #BBB1DF
Tints of Melrose #BBB1DF
RGB
CMYK
RGB Variations
Color information
#BBB1DF (or 0xBBB1DF) is known color: Melrose. HEX triplet: BB, B1 and DF. RGB value is (187,177,223). Sum of RGB (Red+Green+Blue) = 187+177+223=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1DF is #444E20. Grayscale: #B9B9B9. Windows color (decimal): -4476449 or 14660027. OLE color: 14660027.
HSL color Cylindrical-coordinate representation of color #BBB1DF: hue angle of 253.04º degrees, saturation: 0.42, 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 #BBB1DF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 177 | 223 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.13 |
| HSL | 253.04º | 0.42% | 0.78% | - |
| HSV(B) | 253.04º | 0.21% | 0.87% | - |
| XYZ | 49.53 | 47.34 | 76.34 | - |
| YUV | 185.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 223 | 0.16 | 0.21 | 0 | 0.13 | 253.04 | 0.42 | 0.78 |
| Hex | BB | B1 | DF | 10 | 15 | 0 | D | FD | 2A | 4E |
| Octal | 273 | 261 | 337 | 20 | 25 | 0 | 15 | 375 | 52 | 116 |
| Binary | 10111011 | 10110001 | 11011111 | 10000 | 10101 | 0 | 1101 | 11111101 | 101010 | 1001110 |
Color Harmonies of #BBB1DF
Complementary color
Monochromatic Colors of #BBB1DF
Black with #BBB1DF
Text Example
Text Example
White with #BBB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1DF; }
p { color: rgb(187,177,223); }
H1.HeaderClassName
{
color: #BBB1DF;
}
.AnyTagClassName
{
color: #BBB1DF;
}
</style>
background-color css
<style>
a { background-color: #BBB1DF; }
a { background-color: rgb(187,177,223); }
div.DivClassName
{
background-color: #BBB1DF;
}
.BgClassName
{
background-color: #BBB1DF;
}
</style>
border-color css
<style>
span { border-color: #BBB1DF; }
span { border-color: rgb(187,177,223); }
td.TdClassName
{
border-color: #BBB1DF;
}
.TagClassName
{
border-color: #BBB1DF;
}
</style>