Shades of Melrose #BBAEFE
Tints of Melrose #BBAEFE
RGB
CMYK
RGB Variations
Color information
#BBAEFE (or 0xBBAEFE) is known color: Melrose. HEX triplet: BB, AE and FE. RGB value is (187,174,254). Sum of RGB (Red+Green+Blue) = 187+174+254=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFE is #445101. Grayscale: #BABABA. Windows color (decimal): -4477186 or 16690875. OLE color: 16690875.
HSL color Cylindrical-coordinate representation of color #BBAEFE: hue angle of 249.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAEFE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 174 | 254 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.00 |
| HSL | 249.75º | 0.98% | 0.84% | - |
| HSV(B) | 249.75º | 0.31% | 1% | - |
| XYZ | 53.52 | 47.99 | 100.21 | - |
| YUV | 187.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 254 | 0.26 | 0.31 | 0 | 0.00 | 249.75 | 0.98 | 0.84 |
| Hex | BB | AE | FE | 1A | 1F | 0 | 0 | FA | 62 | 54 |
| Octal | 273 | 256 | 376 | 32 | 37 | 0 | 0 | 372 | 142 | 124 |
| Binary | 10111011 | 10101110 | 11111110 | 11010 | 11111 | 0 | 0 | 11111010 | 1100010 | 1010100 |
Color Harmonies of #BBAEFE
Complementary color
Monochromatic Colors of #BBAEFE
Black with #BBAEFE
Text Example
Text Example
White with #BBAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEFE; }
p { color: rgb(187,174,254); }
H1.HeaderClassName
{
color: #BBAEFE;
}
.AnyTagClassName
{
color: #BBAEFE;
}
</style>
background-color css
<style>
a { background-color: #BBAEFE; }
a { background-color: rgb(187,174,254); }
div.DivClassName
{
background-color: #BBAEFE;
}
.BgClassName
{
background-color: #BBAEFE;
}
</style>
border-color css
<style>
span { border-color: #BBAEFE; }
span { border-color: rgb(187,174,254); }
td.TdClassName
{
border-color: #BBAEFE;
}
.TagClassName
{
border-color: #BBAEFE;
}
</style>