Shades of Melrose #BBAEFD
Tints of Melrose #BBAEFD
RGB
CMYK
RGB Variations
Color information
#BBAEFD (or 0xBBAEFD) is known color: Melrose. HEX triplet: BB, AE and FD. RGB value is (187,174,253). Sum of RGB (Red+Green+Blue) = 187+174+253=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFD is #445102. Grayscale: #BABABA. Windows color (decimal): -4477187 or 16625339. OLE color: 16625339.
HSL color Cylindrical-coordinate representation of color #BBAEFD: hue angle of 249.87º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAEFD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 174 | 253 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.01 |
| HSL | 249.87º | 0.95% | 0.84% | - |
| HSV(B) | 249.87º | 0.31% | 0.99% | - |
| XYZ | 53.36 | 47.93 | 99.37 | - |
| YUV | 186.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 253 | 0.26 | 0.31 | 0 | 0.01 | 249.87 | 0.95 | 0.84 |
| Hex | BB | AE | FD | 1A | 1F | 0 | 1 | FA | 5F | 54 |
| Octal | 273 | 256 | 375 | 32 | 37 | 0 | 1 | 372 | 137 | 124 |
| Binary | 10111011 | 10101110 | 11111101 | 11010 | 11111 | 0 | 1 | 11111010 | 1011111 | 1010100 |
Color Harmonies of #BBAEFD
Complementary color
Monochromatic Colors of #BBAEFD
Black with #BBAEFD
Text Example
Text Example
White with #BBAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEFD; }
p { color: rgb(187,174,253); }
H1.HeaderClassName
{
color: #BBAEFD;
}
.AnyTagClassName
{
color: #BBAEFD;
}
</style>
background-color css
<style>
a { background-color: #BBAEFD; }
a { background-color: rgb(187,174,253); }
div.DivClassName
{
background-color: #BBAEFD;
}
.BgClassName
{
background-color: #BBAEFD;
}
</style>
border-color css
<style>
span { border-color: #BBAEFD; }
span { border-color: rgb(187,174,253); }
td.TdClassName
{
border-color: #BBAEFD;
}
.TagClassName
{
border-color: #BBAEFD;
}
</style>