Shades of Melrose #BBA9EA
Tints of Melrose #BBA9EA
RGB
CMYK
RGB Variations
Color information
#BBA9EA (or 0xBBA9EA) is known color: Melrose. HEX triplet: BB, A9 and EA. RGB value is (187,169,234). Sum of RGB (Red+Green+Blue) = 187+169+234=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9EA is #445615. Grayscale: #B5B5B5. Windows color (decimal): -4478486 or 15378875. OLE color: 15378875.
HSL color Cylindrical-coordinate representation of color #BBA9EA: hue angle of 256.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA9EA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 169 | 234 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.08 |
| HSL | 256.62º | 0.61% | 0.79% | - |
| HSV(B) | 256.62º | 0.28% | 0.92% | - |
| XYZ | 49.53 | 44.88 | 83.89 | - |
| YUV | 181.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 234 | 0.20 | 0.28 | 0 | 0.08 | 256.62 | 0.61 | 0.79 |
| Hex | BB | A9 | EA | 14 | 1C | 0 | 8 | 101 | 3D | 4F |
| Octal | 273 | 251 | 352 | 24 | 34 | 0 | 10 | 401 | 75 | 117 |
| Binary | 10111011 | 10101001 | 11101010 | 10100 | 11100 | 0 | 1000 | 100000001 | 111101 | 1001111 |
Color Harmonies of #BBA9EA
Complementary color
Monochromatic Colors of #BBA9EA
Black with #BBA9EA
Text Example
Text Example
White with #BBA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9EA; }
p { color: rgb(187,169,234); }
H1.HeaderClassName
{
color: #BBA9EA;
}
.AnyTagClassName
{
color: #BBA9EA;
}
</style>
background-color css
<style>
a { background-color: #BBA9EA; }
a { background-color: rgb(187,169,234); }
div.DivClassName
{
background-color: #BBA9EA;
}
.BgClassName
{
background-color: #BBA9EA;
}
</style>
border-color css
<style>
span { border-color: #BBA9EA; }
span { border-color: rgb(187,169,234); }
td.TdClassName
{
border-color: #BBA9EA;
}
.TagClassName
{
border-color: #BBA9EA;
}
</style>