Shades of Melrose #BBB2F5
Tints of Melrose #BBB2F5
RGB
CMYK
RGB Variations
Color information
#BBB2F5 (or 0xBBB2F5) is known color: Melrose. HEX triplet: BB, B2 and F5. RGB value is (187,178,245). Sum of RGB (Red+Green+Blue) = 187+178+245=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBB2F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2F5 is #444D0A. Grayscale: #BCBCBC. Windows color (decimal): -4476171 or 16102075. OLE color: 16102075.
HSL color Cylindrical-coordinate representation of color #BBB2F5: hue angle of 248.06º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB2F5 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 178 | 245 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.04 |
| HSL | 248.06º | 0.77% | 0.83% | - |
| HSV(B) | 248.06º | 0.27% | 0.96% | - |
| XYZ | 52.9 | 49 | 93.06 | - |
| YUV | 188.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 245 | 0.24 | 0.27 | 0 | 0.04 | 248.06 | 0.77 | 0.83 |
| Hex | BB | B2 | F5 | 18 | 1B | 0 | 4 | F8 | 4D | 53 |
| Octal | 273 | 262 | 365 | 30 | 33 | 0 | 4 | 370 | 115 | 123 |
| Binary | 10111011 | 10110010 | 11110101 | 11000 | 11011 | 0 | 100 | 11111000 | 1001101 | 1010011 |
Color Harmonies of #BBB2F5
Complementary color
Monochromatic Colors of #BBB2F5
Black with #BBB2F5
Text Example
Text Example
White with #BBB2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2F5; }
p { color: rgb(187,178,245); }
H1.HeaderClassName
{
color: #BBB2F5;
}
.AnyTagClassName
{
color: #BBB2F5;
}
</style>
background-color css
<style>
a { background-color: #BBB2F5; }
a { background-color: rgb(187,178,245); }
div.DivClassName
{
background-color: #BBB2F5;
}
.BgClassName
{
background-color: #BBB2F5;
}
</style>
border-color css
<style>
span { border-color: #BBB2F5; }
span { border-color: rgb(187,178,245); }
td.TdClassName
{
border-color: #BBB2F5;
}
.TagClassName
{
border-color: #BBB2F5;
}
</style>