Shades of Melrose #B6A8FF
Tints of Melrose #B6A8FF
RGB
CMYK
RGB Variations
Color information
#B6A8FF (or 0xB6A8FF) is known color: Melrose. HEX triplet: B6, A8 and FF. RGB value is (182,168,255). Sum of RGB (Red+Green+Blue) = 182+168+255=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A8FF is #495700. Grayscale: #B5B5B5. Windows color (decimal): -4806401 or 16754870. OLE color: 16754870.
HSL color Cylindrical-coordinate representation of color #B6A8FF: hue angle of 249.66º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6A8FF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 168 | 255 | - |
| CMYK | 0.29 | 0.34 | 0 | 0 |
| HSL | 249.66º | 1% | 0.83% | - |
| HSV(B) | 249.66º | 0.34% | 1% | - |
| XYZ | 51.34 | 45.17 | 100.62 | - |
| YUV | 182.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 255 | 0.29 | 0.34 | 0 | 0 | 249.66 | 1 | 0.83 |
| Hex | B6 | A8 | FF | 1D | 22 | 0 | 0 | FA | 64 | 53 |
| Octal | 266 | 250 | 377 | 35 | 42 | 0 | 0 | 372 | 144 | 123 |
| Binary | 10110110 | 10101000 | 11111111 | 11101 | 100010 | 0 | 0 | 11111010 | 1100100 | 1010011 |
Color Harmonies of #B6A8FF
Complementary color
Monochromatic Colors of #B6A8FF
Black with #B6A8FF
Text Example
Text Example
White with #B6A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8FF; }
p { color: rgb(182,168,255); }
H1.HeaderClassName
{
color: #B6A8FF;
}
.AnyTagClassName
{
color: #B6A8FF;
}
</style>
background-color css
<style>
a { background-color: #B6A8FF; }
a { background-color: rgb(182,168,255); }
div.DivClassName
{
background-color: #B6A8FF;
}
.BgClassName
{
background-color: #B6A8FF;
}
</style>
border-color css
<style>
span { border-color: #B6A8FF; }
span { border-color: rgb(182,168,255); }
td.TdClassName
{
border-color: #B6A8FF;
}
.TagClassName
{
border-color: #B6A8FF;
}
</style>