Shades of Melrose #B6ADEB
Tints of Melrose #B6ADEB
RGB
CMYK
RGB Variations
Color information
#B6ADEB (or 0xB6ADEB) is known color: Melrose. HEX triplet: B6, AD and EB. RGB value is (182,173,235). Sum of RGB (Red+Green+Blue) = 182+173+235=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADEB is #495214. Grayscale: #B6B6B6. Windows color (decimal): -4805141 or 15445430. OLE color: 15445430.
HSL color Cylindrical-coordinate representation of color #B6ADEB: hue angle of 248.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6ADEB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 182 | 173 | 235 | - |
CMYK | 0.23 | 0.26 | 0 | 0.08 |
HSL | 248.71º | 0.61% | 0.8% | - |
HSV(B) | 248.71º | 0.26% | 0.92% | - |
XYZ | 49.23 | 45.83 | 84.85 | - |
YUV | 182.76 | 157.48 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 173 | 235 | 0.23 | 0.26 | 0 | 0.08 | 248.71 | 0.61 | 0.8 |
Hex | B6 | AD | EB | 17 | 1A | 0 | 8 | F9 | 3D | 50 |
Octal | 266 | 255 | 353 | 27 | 32 | 0 | 10 | 371 | 75 | 120 |
Binary | 10110110 | 10101101 | 11101011 | 10111 | 11010 | 0 | 1000 | 11111001 | 111101 | 1010000 |
Color Harmonies of #B6ADEB
Complementary color
Monochromatic Colors of #B6ADEB
Black with #B6ADEB
Text Example
Text Example
White with #B6ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADEB; }
p { color: rgb(182,173,235); }
H1.HeaderClassName
{
color: #B6ADEB;
}
.AnyTagClassName
{
color: #B6ADEB;
}
</style>
background-color css
<style>
a { background-color: #B6ADEB; }
a { background-color: rgb(182,173,235); }
div.DivClassName
{
background-color: #B6ADEB;
}
.BgClassName
{
background-color: #B6ADEB;
}
</style>
border-color css
<style>
span { border-color: #B6ADEB; }
span { border-color: rgb(182,173,235); }
td.TdClassName
{
border-color: #B6ADEB;
}
.TagClassName
{
border-color: #B6ADEB;
}
</style>