Shades of Melrose #BBAAF3
Tints of Melrose #BBAAF3
RGB
CMYK
RGB Variations
Color information
#BBAAF3 (or 0xBBAAF3) is known color: Melrose. HEX triplet: BB, AA and F3. RGB value is (187,170,243). Sum of RGB (Red+Green+Blue) = 187+170+243=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAF3 is #44550C. Grayscale: #B7B7B7. Windows color (decimal): -4478221 or 15968955. OLE color: 15968955.
HSL color Cylindrical-coordinate representation of color #BBAAF3: hue angle of 253.97º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAAF3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 170 | 243 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.05 |
| HSL | 253.97º | 0.75% | 0.81% | - |
| HSV(B) | 253.97º | 0.3% | 0.95% | - |
| XYZ | 51.05 | 45.79 | 90.94 | - |
| YUV | 183.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 243 | 0.23 | 0.30 | 0 | 0.05 | 253.97 | 0.75 | 0.81 |
| Hex | BB | AA | F3 | 17 | 1E | 0 | 5 | FE | 4B | 51 |
| Octal | 273 | 252 | 363 | 27 | 36 | 0 | 5 | 376 | 113 | 121 |
| Binary | 10111011 | 10101010 | 11110011 | 10111 | 11110 | 0 | 101 | 11111110 | 1001011 | 1010001 |
Color Harmonies of #BBAAF3
Complementary color
Monochromatic Colors of #BBAAF3
Black with #BBAAF3
Text Example
Text Example
White with #BBAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAF3; }
p { color: rgb(187,170,243); }
H1.HeaderClassName
{
color: #BBAAF3;
}
.AnyTagClassName
{
color: #BBAAF3;
}
</style>
background-color css
<style>
a { background-color: #BBAAF3; }
a { background-color: rgb(187,170,243); }
div.DivClassName
{
background-color: #BBAAF3;
}
.BgClassName
{
background-color: #BBAAF3;
}
</style>
border-color css
<style>
span { border-color: #BBAAF3; }
span { border-color: rgb(187,170,243); }
td.TdClassName
{
border-color: #BBAAF3;
}
.TagClassName
{
border-color: #BBAAF3;
}
</style>