Shades of Melrose #BBAFE3
Tints of Melrose #BBAFE3
RGB
CMYK
RGB Variations
Color information
#BBAFE3 (or 0xBBAFE3) is known color: Melrose. HEX triplet: BB, AF and E3. RGB value is (187,175,227). Sum of RGB (Red+Green+Blue) = 187+175+227=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE3 is #44501C. Grayscale: #B8B8B8. Windows color (decimal): -4476957 or 14921659. OLE color: 14921659.
HSL color Cylindrical-coordinate representation of color #BBAFE3: hue angle of 253.85º degrees, saturation: 0.48, 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 #BBAFE3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 175 | 227 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.11 |
| HSL | 253.85º | 0.48% | 0.79% | - |
| HSV(B) | 253.85º | 0.23% | 0.89% | - |
| XYZ | 49.69 | 46.77 | 79.08 | - |
| YUV | 184.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 227 | 0.18 | 0.23 | 0 | 0.11 | 253.85 | 0.48 | 0.79 |
| Hex | BB | AF | E3 | 12 | 17 | 0 | B | FE | 30 | 4F |
| Octal | 273 | 257 | 343 | 22 | 27 | 0 | 13 | 376 | 60 | 117 |
| Binary | 10111011 | 10101111 | 11100011 | 10010 | 10111 | 0 | 1011 | 11111110 | 110000 | 1001111 |
Color Harmonies of #BBAFE3
Complementary color
Monochromatic Colors of #BBAFE3
Black with #BBAFE3
Text Example
Text Example
White with #BBAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFE3; }
p { color: rgb(187,175,227); }
H1.HeaderClassName
{
color: #BBAFE3;
}
.AnyTagClassName
{
color: #BBAFE3;
}
</style>
background-color css
<style>
a { background-color: #BBAFE3; }
a { background-color: rgb(187,175,227); }
div.DivClassName
{
background-color: #BBAFE3;
}
.BgClassName
{
background-color: #BBAFE3;
}
</style>
border-color css
<style>
span { border-color: #BBAFE3; }
span { border-color: rgb(187,175,227); }
td.TdClassName
{
border-color: #BBAFE3;
}
.TagClassName
{
border-color: #BBAFE3;
}
</style>