Shades of Melrose #BBB2DF
Tints of Melrose #BBB2DF
RGB
CMYK
RGB Variations
Color information
#BBB2DF (or 0xBBB2DF) is known color: Melrose. HEX triplet: BB, B2 and DF. RGB value is (187,178,223). Sum of RGB (Red+Green+Blue) = 187+178+223=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2DF is #444D20. Grayscale: #B9B9B9. Windows color (decimal): -4476193 or 14660283. OLE color: 14660283.
HSL color Cylindrical-coordinate representation of color #BBB2DF: hue angle of 252º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB2DF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 178 | 223 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.13 |
| HSL | 252º | 0.41% | 0.79% | - |
| HSV(B) | 252º | 0.2% | 0.87% | - |
| XYZ | 49.73 | 47.73 | 76.4 | - |
| YUV | 185.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 223 | 0.16 | 0.20 | 0 | 0.13 | 252 | 0.41 | 0.79 |
| Hex | BB | B2 | DF | 10 | 14 | 0 | D | FC | 29 | 4F |
| Octal | 273 | 262 | 337 | 20 | 24 | 0 | 15 | 374 | 51 | 117 |
| Binary | 10111011 | 10110010 | 11011111 | 10000 | 10100 | 0 | 1101 | 11111100 | 101001 | 1001111 |
Color Harmonies of #BBB2DF
Complementary color
Monochromatic Colors of #BBB2DF
Black with #BBB2DF
Text Example
Text Example
White with #BBB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2DF; }
p { color: rgb(187,178,223); }
H1.HeaderClassName
{
color: #BBB2DF;
}
.AnyTagClassName
{
color: #BBB2DF;
}
</style>
background-color css
<style>
a { background-color: #BBB2DF; }
a { background-color: rgb(187,178,223); }
div.DivClassName
{
background-color: #BBB2DF;
}
.BgClassName
{
background-color: #BBB2DF;
}
</style>
border-color css
<style>
span { border-color: #BBB2DF; }
span { border-color: rgb(187,178,223); }
td.TdClassName
{
border-color: #BBB2DF;
}
.TagClassName
{
border-color: #BBB2DF;
}
</style>