Shades of Melrose #BBAEEF
Tints of Melrose #BBAEEF
RGB
CMYK
RGB Variations
Color information
#BBAEEF (or 0xBBAEEF) is known color: Melrose. HEX triplet: BB, AE and EF. RGB value is (187,174,239). Sum of RGB (Red+Green+Blue) = 187+174+239=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEEF is #445110. Grayscale: #B9B9B9. Windows color (decimal): -4477201 or 15707835. OLE color: 15707835.
HSL color Cylindrical-coordinate representation of color #BBAEEF: hue angle of 252º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAEEF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 174 | 239 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.06 |
| HSL | 252º | 0.67% | 0.81% | - |
| HSV(B) | 252º | 0.27% | 0.94% | - |
| XYZ | 51.21 | 47.07 | 88.05 | - |
| YUV | 185.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 239 | 0.22 | 0.27 | 0 | 0.06 | 252 | 0.67 | 0.81 |
| Hex | BB | AE | EF | 16 | 1B | 0 | 6 | FC | 43 | 51 |
| Octal | 273 | 256 | 357 | 26 | 33 | 0 | 6 | 374 | 103 | 121 |
| Binary | 10111011 | 10101110 | 11101111 | 10110 | 11011 | 0 | 110 | 11111100 | 1000011 | 1010001 |
Color Harmonies of #BBAEEF
Complementary color
Monochromatic Colors of #BBAEEF
Black with #BBAEEF
Text Example
Text Example
White with #BBAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEEF; }
p { color: rgb(187,174,239); }
H1.HeaderClassName
{
color: #BBAEEF;
}
.AnyTagClassName
{
color: #BBAEEF;
}
</style>
background-color css
<style>
a { background-color: #BBAEEF; }
a { background-color: rgb(187,174,239); }
div.DivClassName
{
background-color: #BBAEEF;
}
.BgClassName
{
background-color: #BBAEEF;
}
</style>
border-color css
<style>
span { border-color: #BBAEEF; }
span { border-color: rgb(187,174,239); }
td.TdClassName
{
border-color: #BBAEEF;
}
.TagClassName
{
border-color: #BBAEEF;
}
</style>