Shades of Melrose #BBB4ED
Tints of Melrose #BBB4ED
RGB
CMYK
RGB Variations
Color information
#BBB4ED (or 0xBBB4ED) is known color: Melrose. HEX triplet: BB, B4 and ED. RGB value is (187,180,237). Sum of RGB (Red+Green+Blue) = 187+180+237=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4ED is #444B12. Grayscale: #BCBCBC. Windows color (decimal): -4475667 or 15578299. OLE color: 15578299.
HSL color Cylindrical-coordinate representation of color #BBB4ED: hue angle of 247.37º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB4ED is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 180 | 237 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.07 |
| HSL | 247.37º | 0.61% | 0.82% | - |
| HSV(B) | 247.37º | 0.24% | 0.93% | - |
| XYZ | 52.1 | 49.32 | 86.89 | - |
| YUV | 188.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 237 | 0.21 | 0.24 | 0 | 0.07 | 247.37 | 0.61 | 0.82 |
| Hex | BB | B4 | ED | 15 | 18 | 0 | 7 | F7 | 3D | 52 |
| Octal | 273 | 264 | 355 | 25 | 30 | 0 | 7 | 367 | 75 | 122 |
| Binary | 10111011 | 10110100 | 11101101 | 10101 | 11000 | 0 | 111 | 11110111 | 111101 | 1010010 |
Color Harmonies of #BBB4ED
Complementary color
Monochromatic Colors of #BBB4ED
Black with #BBB4ED
Text Example
Text Example
White with #BBB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4ED; }
p { color: rgb(187,180,237); }
H1.HeaderClassName
{
color: #BBB4ED;
}
.AnyTagClassName
{
color: #BBB4ED;
}
</style>
background-color css
<style>
a { background-color: #BBB4ED; }
a { background-color: rgb(187,180,237); }
div.DivClassName
{
background-color: #BBB4ED;
}
.BgClassName
{
background-color: #BBB4ED;
}
</style>
border-color css
<style>
span { border-color: #BBB4ED; }
span { border-color: rgb(187,180,237); }
td.TdClassName
{
border-color: #BBB4ED;
}
.TagClassName
{
border-color: #BBB4ED;
}
</style>