Shades of Melrose #BBADE2
Tints of Melrose #BBADE2
RGB
CMYK
RGB Variations
Color information
#BBADE2 (or 0xBBADE2) is known color: Melrose. HEX triplet: BB, AD and E2. RGB value is (187,173,226). Sum of RGB (Red+Green+Blue) = 187+173+226=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE2 is #44521D. Grayscale: #B7B7B7. Windows color (decimal): -4477470 or 14855611. OLE color: 14855611.
HSL color Cylindrical-coordinate representation of color #BBADE2: hue angle of 255.85º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBADE2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 173 | 226 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.11 |
| HSL | 255.85º | 0.48% | 0.78% | - |
| HSV(B) | 255.85º | 0.23% | 0.89% | - |
| XYZ | 49.16 | 45.94 | 78.23 | - |
| YUV | 183.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 226 | 0.17 | 0.23 | 0 | 0.11 | 255.85 | 0.48 | 0.78 |
| Hex | BB | AD | E2 | 11 | 17 | 0 | B | 100 | 30 | 4E |
| Octal | 273 | 255 | 342 | 21 | 27 | 0 | 13 | 400 | 60 | 116 |
| Binary | 10111011 | 10101101 | 11100010 | 10001 | 10111 | 0 | 1011 | 100000000 | 110000 | 1001110 |
Color Harmonies of #BBADE2
Complementary color
Monochromatic Colors of #BBADE2
Black with #BBADE2
Text Example
Text Example
White with #BBADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADE2; }
p { color: rgb(187,173,226); }
H1.HeaderClassName
{
color: #BBADE2;
}
.AnyTagClassName
{
color: #BBADE2;
}
</style>
background-color css
<style>
a { background-color: #BBADE2; }
a { background-color: rgb(187,173,226); }
div.DivClassName
{
background-color: #BBADE2;
}
.BgClassName
{
background-color: #BBADE2;
}
</style>
border-color css
<style>
span { border-color: #BBADE2; }
span { border-color: rgb(187,173,226); }
td.TdClassName
{
border-color: #BBADE2;
}
.TagClassName
{
border-color: #BBADE2;
}
</style>