Shades of Melrose #BBAEE6
Tints of Melrose #BBAEE6
RGB
CMYK
RGB Variations
Color information
#BBAEE6 (or 0xBBAEE6) is known color: Melrose. HEX triplet: BB, AE and E6. RGB value is (187,174,230). Sum of RGB (Red+Green+Blue) = 187+174+230=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEE6 is #445119. Grayscale: #B8B8B8. Windows color (decimal): -4477210 or 15118011. OLE color: 15118011.
HSL color Cylindrical-coordinate representation of color #BBAEE6: hue angle of 253.93º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAEE6 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 174 | 230 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.10 |
| HSL | 253.93º | 0.53% | 0.79% | - |
| HSV(B) | 253.93º | 0.24% | 0.9% | - |
| XYZ | 49.91 | 46.55 | 81.22 | - |
| YUV | 184.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 230 | 0.19 | 0.24 | 0 | 0.10 | 253.93 | 0.53 | 0.79 |
| Hex | BB | AE | E6 | 13 | 18 | 0 | A | FE | 35 | 4F |
| Octal | 273 | 256 | 346 | 23 | 30 | 0 | 12 | 376 | 65 | 117 |
| Binary | 10111011 | 10101110 | 11100110 | 10011 | 11000 | 0 | 1010 | 11111110 | 110101 | 1001111 |
Color Harmonies of #BBAEE6
Complementary color
Monochromatic Colors of #BBAEE6
Black with #BBAEE6
Text Example
Text Example
White with #BBAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEE6; }
p { color: rgb(187,174,230); }
H1.HeaderClassName
{
color: #BBAEE6;
}
.AnyTagClassName
{
color: #BBAEE6;
}
</style>
background-color css
<style>
a { background-color: #BBAEE6; }
a { background-color: rgb(187,174,230); }
div.DivClassName
{
background-color: #BBAEE6;
}
.BgClassName
{
background-color: #BBAEE6;
}
</style>
border-color css
<style>
span { border-color: #BBAEE6; }
span { border-color: rgb(187,174,230); }
td.TdClassName
{
border-color: #BBAEE6;
}
.TagClassName
{
border-color: #BBAEE6;
}
</style>