Shades of Rainee #B4CBAA
Tints of Rainee #B4CBAA
RGB
CMYK
RGB Variations
Color information
#B4CBAA (or 0xB4CBAA) is known color: Rainee. HEX triplet: B4, CB and AA. RGB value is (180,203,170). Sum of RGB (Red+Green+Blue) = 180+203+170=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBAA is #4B3455. Grayscale: #C0C0C0. Windows color (decimal): -4928598 or 11193268. OLE color: 11193268.
HSL color Cylindrical-coordinate representation of color #B4CBAA: hue angle of 101.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4CBAA is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 170 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.20 |
| HSL | 101.82º | 0.24% | 0.73% | - |
| HSV(B) | 101.82º | 0.16% | 0.8% | - |
| XYZ | 47.43 | 55.32 | 46.21 | - |
| YUV | 192.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 170 | 0.11 | 0 | 0.16 | 0.20 | 101.82 | 0.24 | 0.73 |
| Hex | B4 | CB | AA | B | 0 | 10 | 14 | 66 | 18 | 49 |
| Octal | 264 | 313 | 252 | 13 | 0 | 20 | 24 | 146 | 30 | 111 |
| Binary | 10110100 | 11001011 | 10101010 | 1011 | 0 | 10000 | 10100 | 1100110 | 11000 | 1001001 |
Color Harmonies of #B4CBAA
Complementary color
Monochromatic Colors of #B4CBAA
Black with #B4CBAA
Text Example
Text Example
White with #B4CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBAA; }
p { color: rgb(180,203,170); }
H1.HeaderClassName
{
color: #B4CBAA;
}
.AnyTagClassName
{
color: #B4CBAA;
}
</style>
background-color css
<style>
a { background-color: #B4CBAA; }
a { background-color: rgb(180,203,170); }
div.DivClassName
{
background-color: #B4CBAA;
}
.BgClassName
{
background-color: #B4CBAA;
}
</style>
border-color css
<style>
span { border-color: #B4CBAA; }
span { border-color: rgb(180,203,170); }
td.TdClassName
{
border-color: #B4CBAA;
}
.TagClassName
{
border-color: #B4CBAA;
}
</style>