Shades of Rainee #B4C3AD
Tints of Rainee #B4C3AD
RGB
CMYK
RGB Variations
Color information
#B4C3AD (or 0xB4C3AD) is known color: Rainee. HEX triplet: B4, C3 and AD. RGB value is (180,195,173). Sum of RGB (Red+Green+Blue) = 180+195+173=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C3AD is #4B3C52. Grayscale: #BCBCBC. Windows color (decimal): -4930643 or 11387828. OLE color: 11387828.
HSL color Cylindrical-coordinate representation of color #B4C3AD: hue angle of 100.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C3AD is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 195 | 173 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.24 |
| HSL | 100.91º | 0.15% | 0.72% | - |
| HSV(B) | 100.91º | 0.11% | 0.76% | - |
| XYZ | 45.88 | 51.75 | 47.11 | - |
| YUV | 188.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 195 | 173 | 0.08 | 0 | 0.11 | 0.24 | 100.91 | 0.15 | 0.72 |
| Hex | B4 | C3 | AD | 8 | 0 | B | 18 | 65 | F | 48 |
| Octal | 264 | 303 | 255 | 10 | 0 | 13 | 30 | 145 | 17 | 110 |
| Binary | 10110100 | 11000011 | 10101101 | 1000 | 0 | 1011 | 11000 | 1100101 | 1111 | 1001000 |
Color Harmonies of #B4C3AD
Complementary color
Monochromatic Colors of #B4C3AD
Black with #B4C3AD
Text Example
Text Example
White with #B4C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C3AD; }
p { color: rgb(180,195,173); }
H1.HeaderClassName
{
color: #B4C3AD;
}
.AnyTagClassName
{
color: #B4C3AD;
}
</style>
background-color css
<style>
a { background-color: #B4C3AD; }
a { background-color: rgb(180,195,173); }
div.DivClassName
{
background-color: #B4C3AD;
}
.BgClassName
{
background-color: #B4C3AD;
}
</style>
border-color css
<style>
span { border-color: #B4C3AD; }
span { border-color: rgb(180,195,173); }
td.TdClassName
{
border-color: #B4C3AD;
}
.TagClassName
{
border-color: #B4C3AD;
}
</style>