Shades of Rainee #B4D0AD
Tints of Rainee #B4D0AD
RGB
CMYK
RGB Variations
Color information
#B4D0AD (or 0xB4D0AD) is known color: Rainee. HEX triplet: B4, D0 and AD. RGB value is (180,208,173). Sum of RGB (Red+Green+Blue) = 180+208+173=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D0AD is #4B2F52. Grayscale: #C3C3C3. Windows color (decimal): -4927315 or 11391156. OLE color: 11391156.
HSL color Cylindrical-coordinate representation of color #B4D0AD: hue angle of 108º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D0AD is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 173 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.18 |
| HSL | 108º | 0.27% | 0.75% | - |
| HSV(B) | 108º | 0.17% | 0.82% | - |
| XYZ | 48.92 | 57.83 | 48.12 | - |
| YUV | 195.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 173 | 0.13 | 0 | 0.17 | 0.18 | 108 | 0.27 | 0.75 |
| Hex | B4 | D0 | AD | D | 0 | 11 | 12 | 6C | 1B | 4B |
| Octal | 264 | 320 | 255 | 15 | 0 | 21 | 22 | 154 | 33 | 113 |
| Binary | 10110100 | 11010000 | 10101101 | 1101 | 0 | 10001 | 10010 | 1101100 | 11011 | 1001011 |
Color Harmonies of #B4D0AD
Complementary color
Monochromatic Colors of #B4D0AD
Black with #B4D0AD
Text Example
Text Example
White with #B4D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0AD; }
p { color: rgb(180,208,173); }
H1.HeaderClassName
{
color: #B4D0AD;
}
.AnyTagClassName
{
color: #B4D0AD;
}
</style>
background-color css
<style>
a { background-color: #B4D0AD; }
a { background-color: rgb(180,208,173); }
div.DivClassName
{
background-color: #B4D0AD;
}
.BgClassName
{
background-color: #B4D0AD;
}
</style>
border-color css
<style>
span { border-color: #B4D0AD; }
span { border-color: rgb(180,208,173); }
td.TdClassName
{
border-color: #B4D0AD;
}
.TagClassName
{
border-color: #B4D0AD;
}
</style>