Shades of Melrose #BBAEF7
Tints of Melrose #BBAEF7
RGB
CMYK
RGB Variations
Color information
#BBAEF7 (or 0xBBAEF7) is known color: Melrose. HEX triplet: BB, AE and F7. RGB value is (187,174,247). Sum of RGB (Red+Green+Blue) = 187+174+247=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF7 is #445108. Grayscale: #B9B9B9. Windows color (decimal): -4477193 or 16232123. OLE color: 16232123.
HSL color Cylindrical-coordinate representation of color #BBAEF7: hue angle of 250.68º degrees, saturation: 0.82, 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 #BBAEF7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 174 | 247 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.03 |
| HSL | 250.68º | 0.82% | 0.83% | - |
| HSV(B) | 250.68º | 0.3% | 0.97% | - |
| XYZ | 52.42 | 47.55 | 94.41 | - |
| YUV | 186.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 247 | 0.24 | 0.30 | 0 | 0.03 | 250.68 | 0.82 | 0.83 |
| Hex | BB | AE | F7 | 18 | 1E | 0 | 3 | FB | 52 | 53 |
| Octal | 273 | 256 | 367 | 30 | 36 | 0 | 3 | 373 | 122 | 123 |
| Binary | 10111011 | 10101110 | 11110111 | 11000 | 11110 | 0 | 11 | 11111011 | 1010010 | 1010011 |
Color Harmonies of #BBAEF7
Complementary color
Monochromatic Colors of #BBAEF7
Black with #BBAEF7
Text Example
Text Example
White with #BBAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEF7; }
p { color: rgb(187,174,247); }
H1.HeaderClassName
{
color: #BBAEF7;
}
.AnyTagClassName
{
color: #BBAEF7;
}
</style>
background-color css
<style>
a { background-color: #BBAEF7; }
a { background-color: rgb(187,174,247); }
div.DivClassName
{
background-color: #BBAEF7;
}
.BgClassName
{
background-color: #BBAEF7;
}
</style>
border-color css
<style>
span { border-color: #BBAEF7; }
span { border-color: rgb(187,174,247); }
td.TdClassName
{
border-color: #BBAEF7;
}
.TagClassName
{
border-color: #BBAEF7;
}
</style>