Shades of Melrose #BBABEF
Tints of Melrose #BBABEF
RGB
CMYK
RGB Variations
Color information
#BBABEF (or 0xBBABEF) is known color: Melrose. HEX triplet: BB, AB and EF. RGB value is (187,171,239). Sum of RGB (Red+Green+Blue) = 187+171+239=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABEF is #445410. Grayscale: #B7B7B7. Windows color (decimal): -4477969 or 15707067. OLE color: 15707067.
HSL color Cylindrical-coordinate representation of color #BBABEF: hue angle of 254.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBABEF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 171 | 239 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.06 |
| HSL | 254.12º | 0.68% | 0.8% | - |
| HSV(B) | 254.12º | 0.28% | 0.94% | - |
| XYZ | 50.64 | 45.92 | 87.86 | - |
| YUV | 183.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 239 | 0.22 | 0.28 | 0 | 0.06 | 254.12 | 0.68 | 0.8 |
| Hex | BB | AB | EF | 16 | 1C | 0 | 6 | FE | 44 | 50 |
| Octal | 273 | 253 | 357 | 26 | 34 | 0 | 6 | 376 | 104 | 120 |
| Binary | 10111011 | 10101011 | 11101111 | 10110 | 11100 | 0 | 110 | 11111110 | 1000100 | 1010000 |
Color Harmonies of #BBABEF
Complementary color
Monochromatic Colors of #BBABEF
Black with #BBABEF
Text Example
Text Example
White with #BBABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABEF; }
p { color: rgb(187,171,239); }
H1.HeaderClassName
{
color: #BBABEF;
}
.AnyTagClassName
{
color: #BBABEF;
}
</style>
background-color css
<style>
a { background-color: #BBABEF; }
a { background-color: rgb(187,171,239); }
div.DivClassName
{
background-color: #BBABEF;
}
.BgClassName
{
background-color: #BBABEF;
}
</style>
border-color css
<style>
span { border-color: #BBABEF; }
span { border-color: rgb(187,171,239); }
td.TdClassName
{
border-color: #BBABEF;
}
.TagClassName
{
border-color: #BBABEF;
}
</style>