Shades of Melrose #BBAFE5
Tints of Melrose #BBAFE5
RGB
CMYK
RGB Variations
Color information
#BBAFE5 (or 0xBBAFE5) is known color: Melrose. HEX triplet: BB, AF and E5. RGB value is (187,175,229). Sum of RGB (Red+Green+Blue) = 187+175+229=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE5 is #44501A. Grayscale: #B8B8B8. Windows color (decimal): -4476955 or 15052731. OLE color: 15052731.
HSL color Cylindrical-coordinate representation of color #BBAFE5: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAFE5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 175 | 229 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.10 |
| HSL | 253.33º | 0.51% | 0.79% | - |
| HSV(B) | 253.33º | 0.24% | 0.9% | - |
| XYZ | 49.97 | 46.88 | 80.54 | - |
| YUV | 184.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 229 | 0.18 | 0.24 | 0 | 0.10 | 253.33 | 0.51 | 0.79 |
| Hex | BB | AF | E5 | 12 | 18 | 0 | A | FD | 33 | 4F |
| Octal | 273 | 257 | 345 | 22 | 30 | 0 | 12 | 375 | 63 | 117 |
| Binary | 10111011 | 10101111 | 11100101 | 10010 | 11000 | 0 | 1010 | 11111101 | 110011 | 1001111 |
Color Harmonies of #BBAFE5
Complementary color
Monochromatic Colors of #BBAFE5
Black with #BBAFE5
Text Example
Text Example
White with #BBAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFE5; }
p { color: rgb(187,175,229); }
H1.HeaderClassName
{
color: #BBAFE5;
}
.AnyTagClassName
{
color: #BBAFE5;
}
</style>
background-color css
<style>
a { background-color: #BBAFE5; }
a { background-color: rgb(187,175,229); }
div.DivClassName
{
background-color: #BBAFE5;
}
.BgClassName
{
background-color: #BBAFE5;
}
</style>
border-color css
<style>
span { border-color: #BBAFE5; }
span { border-color: rgb(187,175,229); }
td.TdClassName
{
border-color: #BBAFE5;
}
.TagClassName
{
border-color: #BBAFE5;
}
</style>