Shades of Melrose #B6A8E5
Tints of Melrose #B6A8E5
RGB
CMYK
RGB Variations
Color information
#B6A8E5 (or 0xB6A8E5) is known color: Melrose. HEX triplet: B6, A8 and E5. RGB value is (182,168,229). Sum of RGB (Red+Green+Blue) = 182+168+229=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #B6A8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8E5 is #49571A. Grayscale: #B2B2B2. Windows color (decimal): -4806427 or 15050934. OLE color: 15050934.
HSL color Cylindrical-coordinate representation of color #B6A8E5: hue angle of 253.77º degrees, saturation: 0.54, 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 #B6A8E5 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 168 | 229 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.10 |
| HSL | 253.77º | 0.54% | 0.78% | - |
| HSV(B) | 253.77º | 0.27% | 0.9% | - |
| XYZ | 47.44 | 43.61 | 80.05 | - |
| YUV | 179.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 229 | 0.21 | 0.27 | 0 | 0.10 | 253.77 | 0.54 | 0.78 |
| Hex | B6 | A8 | E5 | 15 | 1B | 0 | A | FE | 36 | 4E |
| Octal | 266 | 250 | 345 | 25 | 33 | 0 | 12 | 376 | 66 | 116 |
| Binary | 10110110 | 10101000 | 11100101 | 10101 | 11011 | 0 | 1010 | 11111110 | 110110 | 1001110 |
Color Harmonies of #B6A8E5
Complementary color
Monochromatic Colors of #B6A8E5
Black with #B6A8E5
Text Example
Text Example
White with #B6A8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8E5; }
p { color: rgb(182,168,229); }
H1.HeaderClassName
{
color: #B6A8E5;
}
.AnyTagClassName
{
color: #B6A8E5;
}
</style>
background-color css
<style>
a { background-color: #B6A8E5; }
a { background-color: rgb(182,168,229); }
div.DivClassName
{
background-color: #B6A8E5;
}
.BgClassName
{
background-color: #B6A8E5;
}
</style>
border-color css
<style>
span { border-color: #B6A8E5; }
span { border-color: rgb(182,168,229); }
td.TdClassName
{
border-color: #B6A8E5;
}
.TagClassName
{
border-color: #B6A8E5;
}
</style>