Shades of Melrose #BBB2EF
Tints of Melrose #BBB2EF
RGB
CMYK
RGB Variations
Color information
#BBB2EF (or 0xBBB2EF) is known color: Melrose. HEX triplet: BB, B2 and EF. RGB value is (187,178,239). Sum of RGB (Red+Green+Blue) = 187+178+239=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2EF is #444D10. Grayscale: #BBBBBB. Windows color (decimal): -4476177 or 15708859. OLE color: 15708859.
HSL color Cylindrical-coordinate representation of color #BBB2EF: hue angle of 248.85º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB2EF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 178 | 239 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.06 |
| HSL | 248.85º | 0.66% | 0.82% | - |
| HSV(B) | 248.85º | 0.26% | 0.94% | - |
| XYZ | 51.99 | 48.64 | 88.31 | - |
| YUV | 187.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 239 | 0.22 | 0.26 | 0 | 0.06 | 248.85 | 0.66 | 0.82 |
| Hex | BB | B2 | EF | 16 | 1A | 0 | 6 | F9 | 42 | 52 |
| Octal | 273 | 262 | 357 | 26 | 32 | 0 | 6 | 371 | 102 | 122 |
| Binary | 10111011 | 10110010 | 11101111 | 10110 | 11010 | 0 | 110 | 11111001 | 1000010 | 1010010 |
Color Harmonies of #BBB2EF
Complementary color
Monochromatic Colors of #BBB2EF
Black with #BBB2EF
Text Example
Text Example
White with #BBB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2EF; }
p { color: rgb(187,178,239); }
H1.HeaderClassName
{
color: #BBB2EF;
}
.AnyTagClassName
{
color: #BBB2EF;
}
</style>
background-color css
<style>
a { background-color: #BBB2EF; }
a { background-color: rgb(187,178,239); }
div.DivClassName
{
background-color: #BBB2EF;
}
.BgClassName
{
background-color: #BBB2EF;
}
</style>
border-color css
<style>
span { border-color: #BBB2EF; }
span { border-color: rgb(187,178,239); }
td.TdClassName
{
border-color: #BBB2EF;
}
.TagClassName
{
border-color: #BBB2EF;
}
</style>