Shades of Melrose #BBABEE
Tints of Melrose #BBABEE
RGB
CMYK
RGB Variations
Color information
#BBABEE (or 0xBBABEE) is known color: Melrose. HEX triplet: BB, AB and EE. RGB value is (187,171,238). Sum of RGB (Red+Green+Blue) = 187+171+238=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABEE is #445411. Grayscale: #B7B7B7. Windows color (decimal): -4477970 or 15641531. OLE color: 15641531.
HSL color Cylindrical-coordinate representation of color #BBABEE: hue angle of 254.33º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBABEE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 171 | 238 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.07 |
| HSL | 254.33º | 0.66% | 0.8% | - |
| HSV(B) | 254.33º | 0.28% | 0.93% | - |
| XYZ | 50.49 | 45.86 | 87.08 | - |
| YUV | 183.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 238 | 0.21 | 0.28 | 0 | 0.07 | 254.33 | 0.66 | 0.8 |
| Hex | BB | AB | EE | 15 | 1C | 0 | 7 | FE | 42 | 50 |
| Octal | 273 | 253 | 356 | 25 | 34 | 0 | 7 | 376 | 102 | 120 |
| Binary | 10111011 | 10101011 | 11101110 | 10101 | 11100 | 0 | 111 | 11111110 | 1000010 | 1010000 |
Color Harmonies of #BBABEE
Complementary color
Monochromatic Colors of #BBABEE
Black with #BBABEE
Text Example
Text Example
White with #BBABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABEE; }
p { color: rgb(187,171,238); }
H1.HeaderClassName
{
color: #BBABEE;
}
.AnyTagClassName
{
color: #BBABEE;
}
</style>
background-color css
<style>
a { background-color: #BBABEE; }
a { background-color: rgb(187,171,238); }
div.DivClassName
{
background-color: #BBABEE;
}
.BgClassName
{
background-color: #BBABEE;
}
</style>
border-color css
<style>
span { border-color: #BBABEE; }
span { border-color: rgb(187,171,238); }
td.TdClassName
{
border-color: #BBABEE;
}
.TagClassName
{
border-color: #BBABEE;
}
</style>