Shades of Melrose #BBAAFC
Tints of Melrose #BBAAFC
RGB
CMYK
RGB Variations
Color information
#BBAAFC (or 0xBBAAFC) is known color: Melrose. HEX triplet: BB, AA and FC. RGB value is (187,170,252). Sum of RGB (Red+Green+Blue) = 187+170+252=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFC is #445503. Grayscale: #B8B8B8. Windows color (decimal): -4478212 or 16558779. OLE color: 16558779.
HSL color Cylindrical-coordinate representation of color #BBAAFC: hue angle of 252.44º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBAAFC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 170 | 252 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.01 |
| HSL | 252.44º | 0.93% | 0.83% | - |
| HSV(B) | 252.44º | 0.33% | 0.99% | - |
| XYZ | 52.44 | 46.34 | 98.28 | - |
| YUV | 184.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 252 | 0.26 | 0.33 | 0 | 0.01 | 252.44 | 0.93 | 0.83 |
| Hex | BB | AA | FC | 1A | 21 | 0 | 1 | FC | 5D | 53 |
| Octal | 273 | 252 | 374 | 32 | 41 | 0 | 1 | 374 | 135 | 123 |
| Binary | 10111011 | 10101010 | 11111100 | 11010 | 100001 | 0 | 1 | 11111100 | 1011101 | 1010011 |
Color Harmonies of #BBAAFC
Complementary color
Monochromatic Colors of #BBAAFC
Black with #BBAAFC
Text Example
Text Example
White with #BBAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAFC; }
p { color: rgb(187,170,252); }
H1.HeaderClassName
{
color: #BBAAFC;
}
.AnyTagClassName
{
color: #BBAAFC;
}
</style>
background-color css
<style>
a { background-color: #BBAAFC; }
a { background-color: rgb(187,170,252); }
div.DivClassName
{
background-color: #BBAAFC;
}
.BgClassName
{
background-color: #BBAAFC;
}
</style>
border-color css
<style>
span { border-color: #BBAAFC; }
span { border-color: rgb(187,170,252); }
td.TdClassName
{
border-color: #BBAAFC;
}
.TagClassName
{
border-color: #BBAAFC;
}
</style>