Shades of Melrose #BBAFE2
Tints of Melrose #BBAFE2
RGB
CMYK
RGB Variations
Color information
#BBAFE2 (or 0xBBAFE2) is known color: Melrose. HEX triplet: BB, AF and E2. RGB value is (187,175,226). Sum of RGB (Red+Green+Blue) = 187+175+226=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE2 is #44501D. Grayscale: #B8B8B8. Windows color (decimal): -4476958 or 14856123. OLE color: 14856123.
HSL color Cylindrical-coordinate representation of color #BBAFE2: hue angle of 254.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAFE2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 175 | 226 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.11 |
| HSL | 254.12º | 0.47% | 0.79% | - |
| HSV(B) | 254.12º | 0.23% | 0.89% | - |
| XYZ | 49.55 | 46.72 | 78.36 | - |
| YUV | 184.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 226 | 0.17 | 0.23 | 0 | 0.11 | 254.12 | 0.47 | 0.79 |
| Hex | BB | AF | E2 | 11 | 17 | 0 | B | FE | 2F | 4F |
| Octal | 273 | 257 | 342 | 21 | 27 | 0 | 13 | 376 | 57 | 117 |
| Binary | 10111011 | 10101111 | 11100010 | 10001 | 10111 | 0 | 1011 | 11111110 | 101111 | 1001111 |
Color Harmonies of #BBAFE2
Complementary color
Monochromatic Colors of #BBAFE2
Black with #BBAFE2
Text Example
Text Example
White with #BBAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFE2; }
p { color: rgb(187,175,226); }
H1.HeaderClassName
{
color: #BBAFE2;
}
.AnyTagClassName
{
color: #BBAFE2;
}
</style>
background-color css
<style>
a { background-color: #BBAFE2; }
a { background-color: rgb(187,175,226); }
div.DivClassName
{
background-color: #BBAFE2;
}
.BgClassName
{
background-color: #BBAFE2;
}
</style>
border-color css
<style>
span { border-color: #BBAFE2; }
span { border-color: rgb(187,175,226); }
td.TdClassName
{
border-color: #BBAFE2;
}
.TagClassName
{
border-color: #BBAFE2;
}
</style>