Shades of Melrose #BBB3F7
Tints of Melrose #BBB3F7
RGB
CMYK
RGB Variations
Color information
#BBB3F7 (or 0xBBB3F7) is known color: Melrose. HEX triplet: BB, B3 and F7. RGB value is (187,179,247). Sum of RGB (Red+Green+Blue) = 187+179+247=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBB3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F7 is #444C08. Grayscale: #BCBCBC. Windows color (decimal): -4475913 or 16233403. OLE color: 16233403.
HSL color Cylindrical-coordinate representation of color #BBB3F7: hue angle of 247.06º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB3F7 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 179 | 247 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.03 |
| HSL | 247.06º | 0.81% | 0.84% | - |
| HSV(B) | 247.06º | 0.28% | 0.97% | - |
| XYZ | 53.4 | 49.52 | 94.74 | - |
| YUV | 189.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 247 | 0.24 | 0.28 | 0 | 0.03 | 247.06 | 0.81 | 0.84 |
| Hex | BB | B3 | F7 | 18 | 1C | 0 | 3 | F7 | 51 | 54 |
| Octal | 273 | 263 | 367 | 30 | 34 | 0 | 3 | 367 | 121 | 124 |
| Binary | 10111011 | 10110011 | 11110111 | 11000 | 11100 | 0 | 11 | 11110111 | 1010001 | 1010100 |
Color Harmonies of #BBB3F7
Complementary color
Monochromatic Colors of #BBB3F7
Black with #BBB3F7
Text Example
Text Example
White with #BBB3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3F7; }
p { color: rgb(187,179,247); }
H1.HeaderClassName
{
color: #BBB3F7;
}
.AnyTagClassName
{
color: #BBB3F7;
}
</style>
background-color css
<style>
a { background-color: #BBB3F7; }
a { background-color: rgb(187,179,247); }
div.DivClassName
{
background-color: #BBB3F7;
}
.BgClassName
{
background-color: #BBB3F7;
}
</style>
border-color css
<style>
span { border-color: #BBB3F7; }
span { border-color: rgb(187,179,247); }
td.TdClassName
{
border-color: #BBB3F7;
}
.TagClassName
{
border-color: #BBB3F7;
}
</style>