Shades of Melrose #B9ADEF
Tints of Melrose #B9ADEF
RGB
CMYK
RGB Variations
Color information
#B9ADEF (or 0xB9ADEF) is known color: Melrose. HEX triplet: B9, AD and EF. RGB value is (185,173,239). Sum of RGB (Red+Green+Blue) = 185+173+239=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADEF is #465210. Grayscale: #B7B7B7. Windows color (decimal): -4608529 or 15707577. OLE color: 15707577.
HSL color Cylindrical-coordinate representation of color #B9ADEF: hue angle of 250.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9ADEF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 173 | 239 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.06 |
| HSL | 250.91º | 0.67% | 0.81% | - |
| HSV(B) | 250.91º | 0.28% | 0.94% | - |
| XYZ | 50.53 | 46.43 | 87.96 | - |
| YUV | 184.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 239 | 0.23 | 0.28 | 0 | 0.06 | 250.91 | 0.67 | 0.81 |
| Hex | B9 | AD | EF | 17 | 1C | 0 | 6 | FB | 43 | 51 |
| Octal | 271 | 255 | 357 | 27 | 34 | 0 | 6 | 373 | 103 | 121 |
| Binary | 10111001 | 10101101 | 11101111 | 10111 | 11100 | 0 | 110 | 11111011 | 1000011 | 1010001 |
Color Harmonies of #B9ADEF
Complementary color
Monochromatic Colors of #B9ADEF
Black with #B9ADEF
Text Example
Text Example
White with #B9ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADEF; }
p { color: rgb(185,173,239); }
H1.HeaderClassName
{
color: #B9ADEF;
}
.AnyTagClassName
{
color: #B9ADEF;
}
</style>
background-color css
<style>
a { background-color: #B9ADEF; }
a { background-color: rgb(185,173,239); }
div.DivClassName
{
background-color: #B9ADEF;
}
.BgClassName
{
background-color: #B9ADEF;
}
</style>
border-color css
<style>
span { border-color: #B9ADEF; }
span { border-color: rgb(185,173,239); }
td.TdClassName
{
border-color: #B9ADEF;
}
.TagClassName
{
border-color: #B9ADEF;
}
</style>