Shades of Rainee #B4CCAB
Tints of Rainee #B4CCAB
RGB
CMYK
RGB Variations
Color information
#B4CCAB (or 0xB4CCAB) is known color: Rainee. HEX triplet: B4, CC and AB. RGB value is (180,204,171). Sum of RGB (Red+Green+Blue) = 180+204+171=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCAB is #4B3354. Grayscale: #C1C1C1. Windows color (decimal): -4928341 or 11259060. OLE color: 11259060.
HSL color Cylindrical-coordinate representation of color #B4CCAB: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4CCAB is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 171 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.2 |
| HSL | 103.64º | 0.24% | 0.74% | - |
| HSV(B) | 103.64º | 0.16% | 0.8% | - |
| XYZ | 47.77 | 55.83 | 46.79 | - |
| YUV | 193.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 171 | 0.12 | 0 | 0.16 | 0.2 | 103.64 | 0.24 | 0.74 |
| Hex | B4 | CC | AB | C | 0 | 10 | 14 | 68 | 18 | 4A |
| Octal | 264 | 314 | 253 | 14 | 0 | 20 | 24 | 150 | 30 | 112 |
| Binary | 10110100 | 11001100 | 10101011 | 1100 | 0 | 10000 | 10100 | 1101000 | 11000 | 1001010 |
Color Harmonies of #B4CCAB
Complementary color
Monochromatic Colors of #B4CCAB
Black with #B4CCAB
Text Example
Text Example
White with #B4CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CCAB; }
p { color: rgb(180,204,171); }
H1.HeaderClassName
{
color: #B4CCAB;
}
.AnyTagClassName
{
color: #B4CCAB;
}
</style>
background-color css
<style>
a { background-color: #B4CCAB; }
a { background-color: rgb(180,204,171); }
div.DivClassName
{
background-color: #B4CCAB;
}
.BgClassName
{
background-color: #B4CCAB;
}
</style>
border-color css
<style>
span { border-color: #B4CCAB; }
span { border-color: rgb(180,204,171); }
td.TdClassName
{
border-color: #B4CCAB;
}
.TagClassName
{
border-color: #B4CCAB;
}
</style>