Shades of Rainee #B6C9AD
Tints of Rainee #B6C9AD
RGB
CMYK
RGB Variations
Color information
#B6C9AD (or 0xB6C9AD) is known color: Rainee. HEX triplet: B6, C9 and AD. RGB value is (182,201,173). Sum of RGB (Red+Green+Blue) = 182+201+173=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C9AD is #493652. Grayscale: #C0C0C0. Windows color (decimal): -4798035 or 11389366. OLE color: 11389366.
HSL color Cylindrical-coordinate representation of color #B6C9AD: hue angle of 100.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6C9AD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 173 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.21 |
| HSL | 100.71º | 0.21% | 0.73% | - |
| HSV(B) | 100.71º | 0.14% | 0.79% | - |
| XYZ | 47.72 | 54.74 | 47.59 | - |
| YUV | 192.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 173 | 0.09 | 0 | 0.14 | 0.21 | 100.71 | 0.21 | 0.73 |
| Hex | B6 | C9 | AD | 9 | 0 | E | 15 | 65 | 15 | 49 |
| Octal | 266 | 311 | 255 | 11 | 0 | 16 | 25 | 145 | 25 | 111 |
| Binary | 10110110 | 11001001 | 10101101 | 1001 | 0 | 1110 | 10101 | 1100101 | 10101 | 1001001 |
Color Harmonies of #B6C9AD
Complementary color
Monochromatic Colors of #B6C9AD
Black with #B6C9AD
Text Example
Text Example
White with #B6C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C9AD; }
p { color: rgb(182,201,173); }
H1.HeaderClassName
{
color: #B6C9AD;
}
.AnyTagClassName
{
color: #B6C9AD;
}
</style>
background-color css
<style>
a { background-color: #B6C9AD; }
a { background-color: rgb(182,201,173); }
div.DivClassName
{
background-color: #B6C9AD;
}
.BgClassName
{
background-color: #B6C9AD;
}
</style>
border-color css
<style>
span { border-color: #B6C9AD; }
span { border-color: rgb(182,201,173); }
td.TdClassName
{
border-color: #B6C9AD;
}
.TagClassName
{
border-color: #B6C9AD;
}
</style>