Shades of Melrose #BBAEF9
Tints of Melrose #BBAEF9
RGB
CMYK
RGB Variations
Color information
#BBAEF9 (or 0xBBAEF9) is known color: Melrose. HEX triplet: BB, AE and F9. RGB value is (187,174,249). Sum of RGB (Red+Green+Blue) = 187+174+249=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF9 is #445106. Grayscale: #BABABA. Windows color (decimal): -4477191 or 16363195. OLE color: 16363195.
HSL color Cylindrical-coordinate representation of color #BBAEF9: hue angle of 250.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAEF9 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 174 | 249 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.02 |
| HSL | 250.4º | 0.86% | 0.83% | - |
| HSV(B) | 250.4º | 0.3% | 0.98% | - |
| XYZ | 52.73 | 47.68 | 96.05 | - |
| YUV | 186.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 249 | 0.25 | 0.30 | 0 | 0.02 | 250.4 | 0.86 | 0.83 |
| Hex | BB | AE | F9 | 19 | 1E | 0 | 2 | FA | 56 | 53 |
| Octal | 273 | 256 | 371 | 31 | 36 | 0 | 2 | 372 | 126 | 123 |
| Binary | 10111011 | 10101110 | 11111001 | 11001 | 11110 | 0 | 10 | 11111010 | 1010110 | 1010011 |
Color Harmonies of #BBAEF9
Complementary color
Monochromatic Colors of #BBAEF9
Black with #BBAEF9
Text Example
Text Example
White with #BBAEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEF9; }
p { color: rgb(187,174,249); }
H1.HeaderClassName
{
color: #BBAEF9;
}
.AnyTagClassName
{
color: #BBAEF9;
}
</style>
background-color css
<style>
a { background-color: #BBAEF9; }
a { background-color: rgb(187,174,249); }
div.DivClassName
{
background-color: #BBAEF9;
}
.BgClassName
{
background-color: #BBAEF9;
}
</style>
border-color css
<style>
span { border-color: #BBAEF9; }
span { border-color: rgb(187,174,249); }
td.TdClassName
{
border-color: #BBAEF9;
}
.TagClassName
{
border-color: #BBAEF9;
}
</style>