Shades of Melrose #BBADE1
Tints of Melrose #BBADE1
RGB
CMYK
RGB Variations
Color information
#BBADE1 (or 0xBBADE1) is known color: Melrose. HEX triplet: BB, AD and E1. RGB value is (187,173,225). Sum of RGB (Red+Green+Blue) = 187+173+225=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE1 is #44521E. Grayscale: #B6B6B6. Windows color (decimal): -4477471 or 14790075. OLE color: 14790075.
HSL color Cylindrical-coordinate representation of color #BBADE1: hue angle of 256.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBADE1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 173 | 225 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.12 |
| HSL | 256.15º | 0.46% | 0.78% | - |
| HSV(B) | 256.15º | 0.23% | 0.88% | - |
| XYZ | 49.03 | 45.89 | 77.51 | - |
| YUV | 183.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 225 | 0.17 | 0.23 | 0 | 0.12 | 256.15 | 0.46 | 0.78 |
| Hex | BB | AD | E1 | 11 | 17 | 0 | C | 100 | 2E | 4E |
| Octal | 273 | 255 | 341 | 21 | 27 | 0 | 14 | 400 | 56 | 116 |
| Binary | 10111011 | 10101101 | 11100001 | 10001 | 10111 | 0 | 1100 | 100000000 | 101110 | 1001110 |
Color Harmonies of #BBADE1
Complementary color
Monochromatic Colors of #BBADE1
Black with #BBADE1
Text Example
Text Example
White with #BBADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADE1; }
p { color: rgb(187,173,225); }
H1.HeaderClassName
{
color: #BBADE1;
}
.AnyTagClassName
{
color: #BBADE1;
}
</style>
background-color css
<style>
a { background-color: #BBADE1; }
a { background-color: rgb(187,173,225); }
div.DivClassName
{
background-color: #BBADE1;
}
.BgClassName
{
background-color: #BBADE1;
}
</style>
border-color css
<style>
span { border-color: #BBADE1; }
span { border-color: rgb(187,173,225); }
td.TdClassName
{
border-color: #BBADE1;
}
.TagClassName
{
border-color: #BBADE1;
}
</style>