Shades of Melrose #BBB2EE
Tints of Melrose #BBB2EE
RGB
CMYK
RGB Variations
Color information
#BBB2EE (or 0xBBB2EE) is known color: Melrose. HEX triplet: BB, B2 and EE. RGB value is (187,178,238). Sum of RGB (Red+Green+Blue) = 187+178+238=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2EE is #444D11. Grayscale: #BBBBBB. Windows color (decimal): -4476178 or 15643323. OLE color: 15643323.
HSL color Cylindrical-coordinate representation of color #BBB2EE: hue angle of 249º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB2EE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 178 | 238 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 249º | 0.64% | 0.82% | - |
| HSV(B) | 249º | 0.25% | 0.93% | - |
| XYZ | 51.85 | 48.58 | 87.53 | - |
| YUV | 187.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 238 | 0.21 | 0.25 | 0 | 0.07 | 249 | 0.64 | 0.82 |
| Hex | BB | B2 | EE | 15 | 19 | 0 | 7 | F9 | 40 | 52 |
| Octal | 273 | 262 | 356 | 25 | 31 | 0 | 7 | 371 | 100 | 122 |
| Binary | 10111011 | 10110010 | 11101110 | 10101 | 11001 | 0 | 111 | 11111001 | 1000000 | 1010010 |
Color Harmonies of #BBB2EE
Complementary color
Monochromatic Colors of #BBB2EE
Black with #BBB2EE
Text Example
Text Example
White with #BBB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2EE; }
p { color: rgb(187,178,238); }
H1.HeaderClassName
{
color: #BBB2EE;
}
.AnyTagClassName
{
color: #BBB2EE;
}
</style>
background-color css
<style>
a { background-color: #BBB2EE; }
a { background-color: rgb(187,178,238); }
div.DivClassName
{
background-color: #BBB2EE;
}
.BgClassName
{
background-color: #BBB2EE;
}
</style>
border-color css
<style>
span { border-color: #BBB2EE; }
span { border-color: rgb(187,178,238); }
td.TdClassName
{
border-color: #BBB2EE;
}
.TagClassName
{
border-color: #BBB2EE;
}
</style>