Shades of Melrose #BBAAEF
Tints of Melrose #BBAAEF
RGB
CMYK
RGB Variations
Color information
#BBAAEF (or 0xBBAAEF) is known color: Melrose. HEX triplet: BB, AA and EF. RGB value is (187,170,239). Sum of RGB (Red+Green+Blue) = 187+170+239=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAEF is #445510. Grayscale: #B6B6B6. Windows color (decimal): -4478225 or 15706811. OLE color: 15706811.
HSL color Cylindrical-coordinate representation of color #BBAAEF: hue angle of 254.78º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAAEF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 170 | 239 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.06 |
| HSL | 254.78º | 0.68% | 0.8% | - |
| HSV(B) | 254.78º | 0.29% | 0.94% | - |
| XYZ | 50.45 | 45.55 | 87.79 | - |
| YUV | 182.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 239 | 0.22 | 0.29 | 0 | 0.06 | 254.78 | 0.68 | 0.8 |
| Hex | BB | AA | EF | 16 | 1D | 0 | 6 | FF | 44 | 50 |
| Octal | 273 | 252 | 357 | 26 | 35 | 0 | 6 | 377 | 104 | 120 |
| Binary | 10111011 | 10101010 | 11101111 | 10110 | 11101 | 0 | 110 | 11111111 | 1000100 | 1010000 |
Color Harmonies of #BBAAEF
Complementary color
Monochromatic Colors of #BBAAEF
Black with #BBAAEF
Text Example
Text Example
White with #BBAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAEF; }
p { color: rgb(187,170,239); }
H1.HeaderClassName
{
color: #BBAAEF;
}
.AnyTagClassName
{
color: #BBAAEF;
}
</style>
background-color css
<style>
a { background-color: #BBAAEF; }
a { background-color: rgb(187,170,239); }
div.DivClassName
{
background-color: #BBAAEF;
}
.BgClassName
{
background-color: #BBAAEF;
}
</style>
border-color css
<style>
span { border-color: #BBAAEF; }
span { border-color: rgb(187,170,239); }
td.TdClassName
{
border-color: #BBAAEF;
}
.TagClassName
{
border-color: #BBAAEF;
}
</style>