Shades of Melrose #BBAEF8
Tints of Melrose #BBAEF8
RGB
CMYK
RGB Variations
Color information
#BBAEF8 (or 0xBBAEF8) is known color: Melrose. HEX triplet: BB, AE and F8. RGB value is (187,174,248). Sum of RGB (Red+Green+Blue) = 187+174+248=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF8 is #445107. Grayscale: #BABABA. Windows color (decimal): -4477192 or 16297659. OLE color: 16297659.
HSL color Cylindrical-coordinate representation of color #BBAEF8: hue angle of 250.54º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAEF8 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 174 | 248 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.03 |
| HSL | 250.54º | 0.84% | 0.83% | - |
| HSV(B) | 250.54º | 0.3% | 0.97% | - |
| XYZ | 52.57 | 47.61 | 95.23 | - |
| YUV | 186.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 248 | 0.25 | 0.30 | 0 | 0.03 | 250.54 | 0.84 | 0.83 |
| Hex | BB | AE | F8 | 19 | 1E | 0 | 3 | FB | 54 | 53 |
| Octal | 273 | 256 | 370 | 31 | 36 | 0 | 3 | 373 | 124 | 123 |
| Binary | 10111011 | 10101110 | 11111000 | 11001 | 11110 | 0 | 11 | 11111011 | 1010100 | 1010011 |
Color Harmonies of #BBAEF8
Complementary color
Monochromatic Colors of #BBAEF8
Black with #BBAEF8
Text Example
Text Example
White with #BBAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEF8; }
p { color: rgb(187,174,248); }
H1.HeaderClassName
{
color: #BBAEF8;
}
.AnyTagClassName
{
color: #BBAEF8;
}
</style>
background-color css
<style>
a { background-color: #BBAEF8; }
a { background-color: rgb(187,174,248); }
div.DivClassName
{
background-color: #BBAEF8;
}
.BgClassName
{
background-color: #BBAEF8;
}
</style>
border-color css
<style>
span { border-color: #BBAEF8; }
span { border-color: rgb(187,174,248); }
td.TdClassName
{
border-color: #BBAEF8;
}
.TagClassName
{
border-color: #BBAEF8;
}
</style>