Shades of Melrose #BBAAF1
Tints of Melrose #BBAAF1
RGB
CMYK
RGB Variations
Color information
#BBAAF1 (or 0xBBAAF1) is known color: Melrose. HEX triplet: BB, AA and F1. RGB value is (187,170,241). Sum of RGB (Red+Green+Blue) = 187+170+241=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAF1 is #44550E. Grayscale: #B6B6B6. Windows color (decimal): -4478223 or 15837883. OLE color: 15837883.
HSL color Cylindrical-coordinate representation of color #BBAAF1: hue angle of 254.37º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAAF1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 170 | 241 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.05 |
| HSL | 254.37º | 0.72% | 0.81% | - |
| HSV(B) | 254.37º | 0.29% | 0.95% | - |
| XYZ | 50.75 | 45.67 | 89.36 | - |
| YUV | 183.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 241 | 0.22 | 0.29 | 0 | 0.05 | 254.37 | 0.72 | 0.81 |
| Hex | BB | AA | F1 | 16 | 1D | 0 | 5 | FE | 48 | 51 |
| Octal | 273 | 252 | 361 | 26 | 35 | 0 | 5 | 376 | 110 | 121 |
| Binary | 10111011 | 10101010 | 11110001 | 10110 | 11101 | 0 | 101 | 11111110 | 1001000 | 1010001 |
Color Harmonies of #BBAAF1
Complementary color
Monochromatic Colors of #BBAAF1
Black with #BBAAF1
Text Example
Text Example
White with #BBAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAF1; }
p { color: rgb(187,170,241); }
H1.HeaderClassName
{
color: #BBAAF1;
}
.AnyTagClassName
{
color: #BBAAF1;
}
</style>
background-color css
<style>
a { background-color: #BBAAF1; }
a { background-color: rgb(187,170,241); }
div.DivClassName
{
background-color: #BBAAF1;
}
.BgClassName
{
background-color: #BBAAF1;
}
</style>
border-color css
<style>
span { border-color: #BBAAF1; }
span { border-color: rgb(187,170,241); }
td.TdClassName
{
border-color: #BBAAF1;
}
.TagClassName
{
border-color: #BBAAF1;
}
</style>