Shades of Melrose #BBB2EA
Tints of Melrose #BBB2EA
RGB
CMYK
RGB Variations
Color information
#BBB2EA (or 0xBBB2EA) is known color: Melrose. HEX triplet: BB, B2 and EA. RGB value is (187,178,234). Sum of RGB (Red+Green+Blue) = 187+178+234=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2EA is #444D15. Grayscale: #BABABA. Windows color (decimal): -4476182 or 15381179. OLE color: 15381179.
HSL color Cylindrical-coordinate representation of color #BBB2EA: hue angle of 249.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB2EA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 178 | 234 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.08 |
| HSL | 249.64º | 0.57% | 0.81% | - |
| HSV(B) | 249.64º | 0.24% | 0.92% | - |
| XYZ | 51.27 | 48.35 | 84.47 | - |
| YUV | 187.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 234 | 0.20 | 0.24 | 0 | 0.08 | 249.64 | 0.57 | 0.81 |
| Hex | BB | B2 | EA | 14 | 18 | 0 | 8 | FA | 39 | 51 |
| Octal | 273 | 262 | 352 | 24 | 30 | 0 | 10 | 372 | 71 | 121 |
| Binary | 10111011 | 10110010 | 11101010 | 10100 | 11000 | 0 | 1000 | 11111010 | 111001 | 1010001 |
Color Harmonies of #BBB2EA
Complementary color
Monochromatic Colors of #BBB2EA
Black with #BBB2EA
Text Example
Text Example
White with #BBB2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2EA; }
p { color: rgb(187,178,234); }
H1.HeaderClassName
{
color: #BBB2EA;
}
.AnyTagClassName
{
color: #BBB2EA;
}
</style>
background-color css
<style>
a { background-color: #BBB2EA; }
a { background-color: rgb(187,178,234); }
div.DivClassName
{
background-color: #BBB2EA;
}
.BgClassName
{
background-color: #BBB2EA;
}
</style>
border-color css
<style>
span { border-color: #BBB2EA; }
span { border-color: rgb(187,178,234); }
td.TdClassName
{
border-color: #BBB2EA;
}
.TagClassName
{
border-color: #BBB2EA;
}
</style>