Shades of Rainee #B5C8AD
Tints of Rainee #B5C8AD
RGB
CMYK
RGB Variations
Color information
#B5C8AD (or 0xB5C8AD) is known color: Rainee. HEX triplet: B5, C8 and AD. RGB value is (181,200,173). Sum of RGB (Red+Green+Blue) = 181+200+173=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C8AD is #4A3752. Grayscale: #BFBFBF. Windows color (decimal): -4863827 or 11389109. OLE color: 11389109.
HSL color Cylindrical-coordinate representation of color #B5C8AD: hue angle of 102.22º 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 #B5C8AD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 173 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.22 |
| HSL | 102.22º | 0.2% | 0.73% | - |
| HSV(B) | 102.22º | 0.14% | 0.78% | - |
| XYZ | 47.25 | 54.15 | 47.5 | - |
| YUV | 191.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 173 | 0.09 | 0 | 0.14 | 0.22 | 102.22 | 0.2 | 0.73 |
| Hex | B5 | C8 | AD | 9 | 0 | E | 16 | 66 | 14 | 49 |
| Octal | 265 | 310 | 255 | 11 | 0 | 16 | 26 | 146 | 24 | 111 |
| Binary | 10110101 | 11001000 | 10101101 | 1001 | 0 | 1110 | 10110 | 1100110 | 10100 | 1001001 |
Color Harmonies of #B5C8AD
Complementary color
Monochromatic Colors of #B5C8AD
Black with #B5C8AD
Text Example
Text Example
White with #B5C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8AD; }
p { color: rgb(181,200,173); }
H1.HeaderClassName
{
color: #B5C8AD;
}
.AnyTagClassName
{
color: #B5C8AD;
}
</style>
background-color css
<style>
a { background-color: #B5C8AD; }
a { background-color: rgb(181,200,173); }
div.DivClassName
{
background-color: #B5C8AD;
}
.BgClassName
{
background-color: #B5C8AD;
}
</style>
border-color css
<style>
span { border-color: #B5C8AD; }
span { border-color: rgb(181,200,173); }
td.TdClassName
{
border-color: #B5C8AD;
}
.TagClassName
{
border-color: #B5C8AD;
}
</style>