Shades of Melrose #B6A9EE
Tints of Melrose #B6A9EE
RGB
CMYK
RGB Variations
Color information
#B6A9EE (or 0xB6A9EE) is known color: Melrose. HEX triplet: B6, A9 and EE. RGB value is (182,169,238). Sum of RGB (Red+Green+Blue) = 182+169+238=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A9EE is #495611. Grayscale: #B4B4B4. Windows color (decimal): -4806162 or 15641014. OLE color: 15641014.
HSL color Cylindrical-coordinate representation of color #B6A9EE: hue angle of 251.3º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6A9EE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 169 | 238 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.07 |
| HSL | 251.3º | 0.67% | 0.8% | - |
| HSV(B) | 251.3º | 0.29% | 0.93% | - |
| XYZ | 48.91 | 44.49 | 86.9 | - |
| YUV | 180.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 238 | 0.24 | 0.29 | 0 | 0.07 | 251.3 | 0.67 | 0.8 |
| Hex | B6 | A9 | EE | 18 | 1D | 0 | 7 | FB | 43 | 50 |
| Octal | 266 | 251 | 356 | 30 | 35 | 0 | 7 | 373 | 103 | 120 |
| Binary | 10110110 | 10101001 | 11101110 | 11000 | 11101 | 0 | 111 | 11111011 | 1000011 | 1010000 |
Color Harmonies of #B6A9EE
Complementary color
Monochromatic Colors of #B6A9EE
Black with #B6A9EE
Text Example
Text Example
White with #B6A9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A9EE; }
p { color: rgb(182,169,238); }
H1.HeaderClassName
{
color: #B6A9EE;
}
.AnyTagClassName
{
color: #B6A9EE;
}
</style>
background-color css
<style>
a { background-color: #B6A9EE; }
a { background-color: rgb(182,169,238); }
div.DivClassName
{
background-color: #B6A9EE;
}
.BgClassName
{
background-color: #B6A9EE;
}
</style>
border-color css
<style>
span { border-color: #B6A9EE; }
span { border-color: rgb(182,169,238); }
td.TdClassName
{
border-color: #B6A9EE;
}
.TagClassName
{
border-color: #B6A9EE;
}
</style>