Shades of Melrose #BBACEF
Tints of Melrose #BBACEF
RGB
CMYK
RGB Variations
Color information
#BBACEF (or 0xBBACEF) is known color: Melrose. HEX triplet: BB, AC and EF. RGB value is (187,172,239). Sum of RGB (Red+Green+Blue) = 187+172+239=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACEF is #445310. Grayscale: #B7B7B7. Windows color (decimal): -4477713 or 15707323. OLE color: 15707323.
HSL color Cylindrical-coordinate representation of color #BBACEF: hue angle of 253.43º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBACEF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 172 | 239 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.06 |
| HSL | 253.43º | 0.68% | 0.81% | - |
| HSV(B) | 253.43º | 0.28% | 0.94% | - |
| XYZ | 50.83 | 46.3 | 87.92 | - |
| YUV | 184.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 239 | 0.22 | 0.28 | 0 | 0.06 | 253.43 | 0.68 | 0.81 |
| Hex | BB | AC | EF | 16 | 1C | 0 | 6 | FD | 44 | 51 |
| Octal | 273 | 254 | 357 | 26 | 34 | 0 | 6 | 375 | 104 | 121 |
| Binary | 10111011 | 10101100 | 11101111 | 10110 | 11100 | 0 | 110 | 11111101 | 1000100 | 1010001 |
Color Harmonies of #BBACEF
Complementary color
Monochromatic Colors of #BBACEF
Black with #BBACEF
Text Example
Text Example
White with #BBACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACEF; }
p { color: rgb(187,172,239); }
H1.HeaderClassName
{
color: #BBACEF;
}
.AnyTagClassName
{
color: #BBACEF;
}
</style>
background-color css
<style>
a { background-color: #BBACEF; }
a { background-color: rgb(187,172,239); }
div.DivClassName
{
background-color: #BBACEF;
}
.BgClassName
{
background-color: #BBACEF;
}
</style>
border-color css
<style>
span { border-color: #BBACEF; }
span { border-color: rgb(187,172,239); }
td.TdClassName
{
border-color: #BBACEF;
}
.TagClassName
{
border-color: #BBACEF;
}
</style>