Shades of Melrose #BBB0F9
Tints of Melrose #BBB0F9
RGB
CMYK
RGB Variations
Color information
#BBB0F9 (or 0xBBB0F9) is known color: Melrose. HEX triplet: BB, B0 and F9. RGB value is (187,176,249). Sum of RGB (Red+Green+Blue) = 187+176+249=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0F9 is #444F06. Grayscale: #BBBBBB. Windows color (decimal): -4476679 or 16363707. OLE color: 16363707.
HSL color Cylindrical-coordinate representation of color #BBB0F9: hue angle of 249.04º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB0F9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 176 | 249 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.02 |
| HSL | 249.04º | 0.86% | 0.83% | - |
| HSV(B) | 249.04º | 0.29% | 0.98% | - |
| XYZ | 53.12 | 48.46 | 96.18 | - |
| YUV | 187.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 249 | 0.25 | 0.29 | 0 | 0.02 | 249.04 | 0.86 | 0.83 |
| Hex | BB | B0 | F9 | 19 | 1D | 0 | 2 | F9 | 56 | 53 |
| Octal | 273 | 260 | 371 | 31 | 35 | 0 | 2 | 371 | 126 | 123 |
| Binary | 10111011 | 10110000 | 11111001 | 11001 | 11101 | 0 | 10 | 11111001 | 1010110 | 1010011 |
Color Harmonies of #BBB0F9
Complementary color
Monochromatic Colors of #BBB0F9
Black with #BBB0F9
Text Example
Text Example
White with #BBB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0F9; }
p { color: rgb(187,176,249); }
H1.HeaderClassName
{
color: #BBB0F9;
}
.AnyTagClassName
{
color: #BBB0F9;
}
</style>
background-color css
<style>
a { background-color: #BBB0F9; }
a { background-color: rgb(187,176,249); }
div.DivClassName
{
background-color: #BBB0F9;
}
.BgClassName
{
background-color: #BBB0F9;
}
</style>
border-color css
<style>
span { border-color: #BBB0F9; }
span { border-color: rgb(187,176,249); }
td.TdClassName
{
border-color: #BBB0F9;
}
.TagClassName
{
border-color: #BBB0F9;
}
</style>