Shades of Melrose #BBAEE3
Tints of Melrose #BBAEE3
RGB
CMYK
RGB Variations
Color information
#BBAEE3 (or 0xBBAEE3) is known color: Melrose. HEX triplet: BB, AE and E3. RGB value is (187,174,227). Sum of RGB (Red+Green+Blue) = 187+174+227=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEE3 is #44511C. Grayscale: #B7B7B7. Windows color (decimal): -4477213 or 14921403. OLE color: 14921403.
HSL color Cylindrical-coordinate representation of color #BBAEE3: hue angle of 254.72º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAEE3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 174 | 227 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.11 |
| HSL | 254.72º | 0.49% | 0.79% | - |
| HSV(B) | 254.72º | 0.23% | 0.89% | - |
| XYZ | 49.49 | 46.38 | 79.02 | - |
| YUV | 183.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 227 | 0.18 | 0.23 | 0 | 0.11 | 254.72 | 0.49 | 0.79 |
| Hex | BB | AE | E3 | 12 | 17 | 0 | B | FF | 31 | 4F |
| Octal | 273 | 256 | 343 | 22 | 27 | 0 | 13 | 377 | 61 | 117 |
| Binary | 10111011 | 10101110 | 11100011 | 10010 | 10111 | 0 | 1011 | 11111111 | 110001 | 1001111 |
Color Harmonies of #BBAEE3
Complementary color
Monochromatic Colors of #BBAEE3
Black with #BBAEE3
Text Example
Text Example
White with #BBAEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEE3; }
p { color: rgb(187,174,227); }
H1.HeaderClassName
{
color: #BBAEE3;
}
.AnyTagClassName
{
color: #BBAEE3;
}
</style>
background-color css
<style>
a { background-color: #BBAEE3; }
a { background-color: rgb(187,174,227); }
div.DivClassName
{
background-color: #BBAEE3;
}
.BgClassName
{
background-color: #BBAEE3;
}
</style>
border-color css
<style>
span { border-color: #BBAEE3; }
span { border-color: rgb(187,174,227); }
td.TdClassName
{
border-color: #BBAEE3;
}
.TagClassName
{
border-color: #BBAEE3;
}
</style>