Shades of Melrose #B6ADDB
Tints of Melrose #B6ADDB
RGB
CMYK
RGB Variations
Color information
#B6ADDB (or 0xB6ADDB) is known color: Melrose. HEX triplet: B6, AD and DB. RGB value is (182,173,219). Sum of RGB (Red+Green+Blue) = 182+173+219=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADDB is #495224. Grayscale: #B4B4B4. Windows color (decimal): -4805157 or 14396854. OLE color: 14396854.
HSL color Cylindrical-coordinate representation of color #B6ADDB: hue angle of 251.74º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6ADDB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 173 | 219 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.14 |
| HSL | 251.74º | 0.39% | 0.77% | - |
| HSV(B) | 251.74º | 0.21% | 0.86% | - |
| XYZ | 47.02 | 44.95 | 73.22 | - |
| YUV | 180.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 219 | 0.17 | 0.21 | 0 | 0.14 | 251.74 | 0.39 | 0.77 |
| Hex | B6 | AD | DB | 11 | 15 | 0 | E | FC | 27 | 4D |
| Octal | 266 | 255 | 333 | 21 | 25 | 0 | 16 | 374 | 47 | 115 |
| Binary | 10110110 | 10101101 | 11011011 | 10001 | 10101 | 0 | 1110 | 11111100 | 100111 | 1001101 |
Color Harmonies of #B6ADDB
Complementary color
Monochromatic Colors of #B6ADDB
Black with #B6ADDB
Text Example
Text Example
White with #B6ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADDB; }
p { color: rgb(182,173,219); }
H1.HeaderClassName
{
color: #B6ADDB;
}
.AnyTagClassName
{
color: #B6ADDB;
}
</style>
background-color css
<style>
a { background-color: #B6ADDB; }
a { background-color: rgb(182,173,219); }
div.DivClassName
{
background-color: #B6ADDB;
}
.BgClassName
{
background-color: #B6ADDB;
}
</style>
border-color css
<style>
span { border-color: #B6ADDB; }
span { border-color: rgb(182,173,219); }
td.TdClassName
{
border-color: #B6ADDB;
}
.TagClassName
{
border-color: #B6ADDB;
}
</style>