Shades of Melrose #BBA9FF
Tints of Melrose #BBA9FF
RGB
CMYK
RGB Variations
Color information
#BBA9FF (or 0xBBA9FF) is known color: Melrose. HEX triplet: BB, A9 and FF. RGB value is (187,169,255). Sum of RGB (Red+Green+Blue) = 187+169+255=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9FF is #445600. Grayscale: #B7B7B7. Windows color (decimal): -4478465 or 16755131. OLE color: 16755131.
HSL color Cylindrical-coordinate representation of color #BBA9FF: hue angle of 252.56º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA9FF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 169 | 255 | - |
| CMYK | 0.27 | 0.34 | 0 | 0 |
| HSL | 252.56º | 1% | 0.83% | - |
| HSV(B) | 252.56º | 0.34% | 1% | - |
| XYZ | 52.73 | 46.16 | 100.74 | - |
| YUV | 184.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 255 | 0.27 | 0.34 | 0 | 0 | 252.56 | 1 | 0.83 |
| Hex | BB | A9 | FF | 1B | 22 | 0 | 0 | FD | 64 | 53 |
| Octal | 273 | 251 | 377 | 33 | 42 | 0 | 0 | 375 | 144 | 123 |
| Binary | 10111011 | 10101001 | 11111111 | 11011 | 100010 | 0 | 0 | 11111101 | 1100100 | 1010011 |
Color Harmonies of #BBA9FF
Complementary color
Monochromatic Colors of #BBA9FF
Black with #BBA9FF
Text Example
Text Example
White with #BBA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9FF; }
p { color: rgb(187,169,255); }
H1.HeaderClassName
{
color: #BBA9FF;
}
.AnyTagClassName
{
color: #BBA9FF;
}
</style>
background-color css
<style>
a { background-color: #BBA9FF; }
a { background-color: rgb(187,169,255); }
div.DivClassName
{
background-color: #BBA9FF;
}
.BgClassName
{
background-color: #BBA9FF;
}
</style>
border-color css
<style>
span { border-color: #BBA9FF; }
span { border-color: rgb(187,169,255); }
td.TdClassName
{
border-color: #BBA9FF;
}
.TagClassName
{
border-color: #BBA9FF;
}
</style>