Shades of Melrose #B8A9E6
Tints of Melrose #B8A9E6
RGB
CMYK
RGB Variations
Color information
#B8A9E6 (or 0xB8A9E6) is known color: Melrose. HEX triplet: B8, A9 and E6. RGB value is (184,169,230). Sum of RGB (Red+Green+Blue) = 184+169+230=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #B8A9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A9E6 is #475619. Grayscale: #B4B4B4. Windows color (decimal): -4675098 or 15116728. OLE color: 15116728.
HSL color Cylindrical-coordinate representation of color #B8A9E6: hue angle of 254.75º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8A9E6 is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 169 | 230 | - |
| CMYK | 0.2 | 0.27 | 0 | 0.10 |
| HSL | 254.75º | 0.55% | 0.78% | - |
| HSV(B) | 254.75º | 0.27% | 0.9% | - |
| XYZ | 48.24 | 44.28 | 80.87 | - |
| YUV | 180.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 230 | 0.2 | 0.27 | 0 | 0.10 | 254.75 | 0.55 | 0.78 |
| Hex | B8 | A9 | E6 | 14 | 1B | 0 | A | FF | 37 | 4E |
| Octal | 270 | 251 | 346 | 24 | 33 | 0 | 12 | 377 | 67 | 116 |
| Binary | 10111000 | 10101001 | 11100110 | 10100 | 11011 | 0 | 1010 | 11111111 | 110111 | 1001110 |
Color Harmonies of #B8A9E6
Complementary color
Monochromatic Colors of #B8A9E6
Black with #B8A9E6
Text Example
Text Example
White with #B8A9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A9E6; }
p { color: rgb(184,169,230); }
H1.HeaderClassName
{
color: #B8A9E6;
}
.AnyTagClassName
{
color: #B8A9E6;
}
</style>
background-color css
<style>
a { background-color: #B8A9E6; }
a { background-color: rgb(184,169,230); }
div.DivClassName
{
background-color: #B8A9E6;
}
.BgClassName
{
background-color: #B8A9E6;
}
</style>
border-color css
<style>
span { border-color: #B8A9E6; }
span { border-color: rgb(184,169,230); }
td.TdClassName
{
border-color: #B8A9E6;
}
.TagClassName
{
border-color: #B8A9E6;
}
</style>