Shades of Melrose #BBB0FA
Tints of Melrose #BBB0FA
RGB
CMYK
RGB Variations
Color information
#BBB0FA (or 0xBBB0FA) is known color: Melrose. HEX triplet: BB, B0 and FA. RGB value is (187,176,250). Sum of RGB (Red+Green+Blue) = 187+176+250=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0FA is #444F05. Grayscale: #BBBBBB. Windows color (decimal): -4476678 or 16429243. OLE color: 16429243.
HSL color Cylindrical-coordinate representation of color #BBB0FA: hue angle of 248.92º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB0FA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 176 | 250 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.02 |
| HSL | 248.92º | 0.88% | 0.84% | - |
| HSV(B) | 248.92º | 0.3% | 0.98% | - |
| XYZ | 53.27 | 48.52 | 97 | - |
| YUV | 187.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 250 | 0.25 | 0.30 | 0 | 0.02 | 248.92 | 0.88 | 0.84 |
| Hex | BB | B0 | FA | 19 | 1E | 0 | 2 | F9 | 58 | 54 |
| Octal | 273 | 260 | 372 | 31 | 36 | 0 | 2 | 371 | 130 | 124 |
| Binary | 10111011 | 10110000 | 11111010 | 11001 | 11110 | 0 | 10 | 11111001 | 1011000 | 1010100 |
Color Harmonies of #BBB0FA
Complementary color
Monochromatic Colors of #BBB0FA
Black with #BBB0FA
Text Example
Text Example
White with #BBB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0FA; }
p { color: rgb(187,176,250); }
H1.HeaderClassName
{
color: #BBB0FA;
}
.AnyTagClassName
{
color: #BBB0FA;
}
</style>
background-color css
<style>
a { background-color: #BBB0FA; }
a { background-color: rgb(187,176,250); }
div.DivClassName
{
background-color: #BBB0FA;
}
.BgClassName
{
background-color: #BBB0FA;
}
</style>
border-color css
<style>
span { border-color: #BBB0FA; }
span { border-color: rgb(187,176,250); }
td.TdClassName
{
border-color: #BBB0FA;
}
.TagClassName
{
border-color: #BBB0FA;
}
</style>