Shades of Melrose #BBA9E8
Tints of Melrose #BBA9E8
RGB
CMYK
RGB Variations
Color information
#BBA9E8 (or 0xBBA9E8) is known color: Melrose. HEX triplet: BB, A9 and E8. RGB value is (187,169,232). Sum of RGB (Red+Green+Blue) = 187+169+232=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBA9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9E8 is #445617. Grayscale: #B5B5B5. Windows color (decimal): -4478488 or 15247803. OLE color: 15247803.
HSL color Cylindrical-coordinate representation of color #BBA9E8: hue angle of 257.14º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA9E8 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 169 | 232 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.09 |
| HSL | 257.14º | 0.58% | 0.79% | - |
| HSV(B) | 257.14º | 0.27% | 0.91% | - |
| XYZ | 49.25 | 44.77 | 82.39 | - |
| YUV | 181.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 232 | 0.19 | 0.27 | 0 | 0.09 | 257.14 | 0.58 | 0.79 |
| Hex | BB | A9 | E8 | 13 | 1B | 0 | 9 | 101 | 3A | 4F |
| Octal | 273 | 251 | 350 | 23 | 33 | 0 | 11 | 401 | 72 | 117 |
| Binary | 10111011 | 10101001 | 11101000 | 10011 | 11011 | 0 | 1001 | 100000001 | 111010 | 1001111 |
Color Harmonies of #BBA9E8
Complementary color
Monochromatic Colors of #BBA9E8
Black with #BBA9E8
Text Example
Text Example
White with #BBA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9E8; }
p { color: rgb(187,169,232); }
H1.HeaderClassName
{
color: #BBA9E8;
}
.AnyTagClassName
{
color: #BBA9E8;
}
</style>
background-color css
<style>
a { background-color: #BBA9E8; }
a { background-color: rgb(187,169,232); }
div.DivClassName
{
background-color: #BBA9E8;
}
.BgClassName
{
background-color: #BBA9E8;
}
</style>
border-color css
<style>
span { border-color: #BBA9E8; }
span { border-color: rgb(187,169,232); }
td.TdClassName
{
border-color: #BBA9E8;
}
.TagClassName
{
border-color: #BBA9E8;
}
</style>