Shades of Rainee #B4C8AD
Tints of Rainee #B4C8AD
RGB
CMYK
RGB Variations
Color information
#B4C8AD (or 0xB4C8AD) is known color: Rainee. HEX triplet: B4, C8 and AD. RGB value is (180,200,173). Sum of RGB (Red+Green+Blue) = 180+200+173=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8AD is #4B3752. Grayscale: #BFBFBF. Windows color (decimal): -4929363 or 11389108. OLE color: 11389108.
HSL color Cylindrical-coordinate representation of color #B4C8AD: hue angle of 104.44º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C8AD is Cyan = 0.1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 173 | - |
| CMYK | 0.1 | 0 | 0.14 | 0.22 |
| HSL | 104.44º | 0.2% | 0.73% | - |
| HSV(B) | 104.44º | 0.14% | 0.78% | - |
| XYZ | 47.02 | 54.03 | 47.49 | - |
| YUV | 190.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 173 | 0.1 | 0 | 0.14 | 0.22 | 104.44 | 0.2 | 0.73 |
| Hex | B4 | C8 | AD | A | 0 | E | 16 | 68 | 14 | 49 |
| Octal | 264 | 310 | 255 | 12 | 0 | 16 | 26 | 150 | 24 | 111 |
| Binary | 10110100 | 11001000 | 10101101 | 1010 | 0 | 1110 | 10110 | 1101000 | 10100 | 1001001 |
Color Harmonies of #B4C8AD
Complementary color
Monochromatic Colors of #B4C8AD
Black with #B4C8AD
Text Example
Text Example
White with #B4C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8AD; }
p { color: rgb(180,200,173); }
H1.HeaderClassName
{
color: #B4C8AD;
}
.AnyTagClassName
{
color: #B4C8AD;
}
</style>
background-color css
<style>
a { background-color: #B4C8AD; }
a { background-color: rgb(180,200,173); }
div.DivClassName
{
background-color: #B4C8AD;
}
.BgClassName
{
background-color: #B4C8AD;
}
</style>
border-color css
<style>
span { border-color: #B4C8AD; }
span { border-color: rgb(180,200,173); }
td.TdClassName
{
border-color: #B4C8AD;
}
.TagClassName
{
border-color: #B4C8AD;
}
</style>