Shades of Melrose #BBA9F8
Tints of Melrose #BBA9F8
RGB
CMYK
RGB Variations
Color information
#BBA9F8 (or 0xBBA9F8) is known color: Melrose. HEX triplet: BB, A9 and F8. RGB value is (187,169,248). Sum of RGB (Red+Green+Blue) = 187+169+248=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBA9F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9F8 is #445607. Grayscale: #B7B7B7. Windows color (decimal): -4478472 or 16296379. OLE color: 16296379.
HSL color Cylindrical-coordinate representation of color #BBA9F8: hue angle of 253.67º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA9F8 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 169 | 248 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.03 |
| HSL | 253.67º | 0.85% | 0.82% | - |
| HSV(B) | 253.67º | 0.32% | 0.97% | - |
| XYZ | 51.62 | 45.72 | 94.91 | - |
| YUV | 183.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 248 | 0.25 | 0.32 | 0 | 0.03 | 253.67 | 0.85 | 0.82 |
| Hex | BB | A9 | F8 | 19 | 20 | 0 | 3 | FE | 55 | 52 |
| Octal | 273 | 251 | 370 | 31 | 40 | 0 | 3 | 376 | 125 | 122 |
| Binary | 10111011 | 10101001 | 11111000 | 11001 | 100000 | 0 | 11 | 11111110 | 1010101 | 1010010 |
Color Harmonies of #BBA9F8
Complementary color
Monochromatic Colors of #BBA9F8
Black with #BBA9F8
Text Example
Text Example
White with #BBA9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9F8; }
p { color: rgb(187,169,248); }
H1.HeaderClassName
{
color: #BBA9F8;
}
.AnyTagClassName
{
color: #BBA9F8;
}
</style>
background-color css
<style>
a { background-color: #BBA9F8; }
a { background-color: rgb(187,169,248); }
div.DivClassName
{
background-color: #BBA9F8;
}
.BgClassName
{
background-color: #BBA9F8;
}
</style>
border-color css
<style>
span { border-color: #BBA9F8; }
span { border-color: rgb(187,169,248); }
td.TdClassName
{
border-color: #BBA9F8;
}
.TagClassName
{
border-color: #BBA9F8;
}
</style>