Shades of Melrose #BBA9F1
Tints of Melrose #BBA9F1
RGB
CMYK
RGB Variations
Color information
#BBA9F1 (or 0xBBA9F1) is known color: Melrose. HEX triplet: BB, A9 and F1. RGB value is (187,169,241). Sum of RGB (Red+Green+Blue) = 187+169+241=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9F1 is #44560E. Grayscale: #B6B6B6. Windows color (decimal): -4478479 or 15837627. OLE color: 15837627.
HSL color Cylindrical-coordinate representation of color #BBA9F1: hue angle of 255º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA9F1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 169 | 241 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.05 |
| HSL | 255º | 0.72% | 0.8% | - |
| HSV(B) | 255º | 0.3% | 0.95% | - |
| XYZ | 50.56 | 45.29 | 89.3 | - |
| YUV | 182.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 241 | 0.22 | 0.30 | 0 | 0.05 | 255 | 0.72 | 0.8 |
| Hex | BB | A9 | F1 | 16 | 1E | 0 | 5 | FF | 48 | 50 |
| Octal | 273 | 251 | 361 | 26 | 36 | 0 | 5 | 377 | 110 | 120 |
| Binary | 10111011 | 10101001 | 11110001 | 10110 | 11110 | 0 | 101 | 11111111 | 1001000 | 1010000 |
Color Harmonies of #BBA9F1
Complementary color
Monochromatic Colors of #BBA9F1
Black with #BBA9F1
Text Example
Text Example
White with #BBA9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9F1; }
p { color: rgb(187,169,241); }
H1.HeaderClassName
{
color: #BBA9F1;
}
.AnyTagClassName
{
color: #BBA9F1;
}
</style>
background-color css
<style>
a { background-color: #BBA9F1; }
a { background-color: rgb(187,169,241); }
div.DivClassName
{
background-color: #BBA9F1;
}
.BgClassName
{
background-color: #BBA9F1;
}
</style>
border-color css
<style>
span { border-color: #BBA9F1; }
span { border-color: rgb(187,169,241); }
td.TdClassName
{
border-color: #BBA9F1;
}
.TagClassName
{
border-color: #BBA9F1;
}
</style>