Shades of Melrose #BBB5F5
Tints of Melrose #BBB5F5
RGB
CMYK
RGB Variations
Color information
#BBB5F5 (or 0xBBB5F5) is known color: Melrose. HEX triplet: BB, B5 and F5. RGB value is (187,181,245). Sum of RGB (Red+Green+Blue) = 187+181+245=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBB5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5F5 is #444A0A. Grayscale: #BDBDBD. Windows color (decimal): -4475403 or 16102843. OLE color: 16102843.
HSL color Cylindrical-coordinate representation of color #BBB5F5: hue angle of 245.62º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB5F5 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 181 | 245 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.04 |
| HSL | 245.63º | 0.76% | 0.84% | - |
| HSV(B) | 245.63º | 0.26% | 0.96% | - |
| XYZ | 53.5 | 50.21 | 93.26 | - |
| YUV | 190.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 245 | 0.24 | 0.26 | 0 | 0.04 | 245.63 | 0.76 | 0.84 |
| Hex | BB | B5 | F5 | 18 | 1A | 0 | 4 | F6 | 4C | 54 |
| Octal | 273 | 265 | 365 | 30 | 32 | 0 | 4 | 366 | 114 | 124 |
| Binary | 10111011 | 10110101 | 11110101 | 11000 | 11010 | 0 | 100 | 11110110 | 1001100 | 1010100 |
Color Harmonies of #BBB5F5
Complementary color
Monochromatic Colors of #BBB5F5
Black with #BBB5F5
Text Example
Text Example
White with #BBB5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5F5; }
p { color: rgb(187,181,245); }
H1.HeaderClassName
{
color: #BBB5F5;
}
.AnyTagClassName
{
color: #BBB5F5;
}
</style>
background-color css
<style>
a { background-color: #BBB5F5; }
a { background-color: rgb(187,181,245); }
div.DivClassName
{
background-color: #BBB5F5;
}
.BgClassName
{
background-color: #BBB5F5;
}
</style>
border-color css
<style>
span { border-color: #BBB5F5; }
span { border-color: rgb(187,181,245); }
td.TdClassName
{
border-color: #BBB5F5;
}
.TagClassName
{
border-color: #BBB5F5;
}
</style>