Shades of Melrose #BBAFE1
Tints of Melrose #BBAFE1
RGB
CMYK
RGB Variations
Color information
#BBAFE1 (or 0xBBAFE1) is known color: Melrose. HEX triplet: BB, AF and E1. RGB value is (187,175,225). Sum of RGB (Red+Green+Blue) = 187+175+225=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE1 is #44501E. Grayscale: #B8B8B8. Windows color (decimal): -4476959 or 14790587. OLE color: 14790587.
HSL color Cylindrical-coordinate representation of color #BBAFE1: hue angle of 254.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAFE1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 175 | 225 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.12 |
| HSL | 254.4º | 0.45% | 0.78% | - |
| HSV(B) | 254.4º | 0.22% | 0.88% | - |
| XYZ | 49.41 | 46.66 | 77.64 | - |
| YUV | 184.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 225 | 0.17 | 0.22 | 0 | 0.12 | 254.4 | 0.45 | 0.78 |
| Hex | BB | AF | E1 | 11 | 16 | 0 | C | FE | 2D | 4E |
| Octal | 273 | 257 | 341 | 21 | 26 | 0 | 14 | 376 | 55 | 116 |
| Binary | 10111011 | 10101111 | 11100001 | 10001 | 10110 | 0 | 1100 | 11111110 | 101101 | 1001110 |
Color Harmonies of #BBAFE1
Complementary color
Monochromatic Colors of #BBAFE1
Black with #BBAFE1
Text Example
Text Example
White with #BBAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFE1; }
p { color: rgb(187,175,225); }
H1.HeaderClassName
{
color: #BBAFE1;
}
.AnyTagClassName
{
color: #BBAFE1;
}
</style>
background-color css
<style>
a { background-color: #BBAFE1; }
a { background-color: rgb(187,175,225); }
div.DivClassName
{
background-color: #BBAFE1;
}
.BgClassName
{
background-color: #BBAFE1;
}
</style>
border-color css
<style>
span { border-color: #BBAFE1; }
span { border-color: rgb(187,175,225); }
td.TdClassName
{
border-color: #BBAFE1;
}
.TagClassName
{
border-color: #BBAFE1;
}
</style>