Shades of Rainee #B3CBAA
Tints of Rainee #B3CBAA
RGB
CMYK
RGB Variations
Color information
#B3CBAA (or 0xB3CBAA) is known color: Rainee. HEX triplet: B3, CB and AA. RGB value is (179,203,170). Sum of RGB (Red+Green+Blue) = 179+203+170=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CBAA is #4C3455. Grayscale: #C0C0C0. Windows color (decimal): -4994134 or 11193267. OLE color: 11193267.
HSL color Cylindrical-coordinate representation of color #B3CBAA: hue angle of 103.64º 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 #B3CBAA is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 170 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.20 |
| HSL | 103.64º | 0.24% | 0.73% | - |
| HSV(B) | 103.64º | 0.16% | 0.8% | - |
| XYZ | 47.2 | 55.2 | 46.2 | - |
| YUV | 192.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 170 | 0.12 | 0 | 0.16 | 0.20 | 103.64 | 0.24 | 0.73 |
| Hex | B3 | CB | AA | C | 0 | 10 | 14 | 68 | 18 | 49 |
| Octal | 263 | 313 | 252 | 14 | 0 | 20 | 24 | 150 | 30 | 111 |
| Binary | 10110011 | 11001011 | 10101010 | 1100 | 0 | 10000 | 10100 | 1101000 | 11000 | 1001001 |
Color Harmonies of #B3CBAA
Complementary color
Monochromatic Colors of #B3CBAA
Black with #B3CBAA
Text Example
Text Example
White with #B3CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CBAA; }
p { color: rgb(179,203,170); }
H1.HeaderClassName
{
color: #B3CBAA;
}
.AnyTagClassName
{
color: #B3CBAA;
}
</style>
background-color css
<style>
a { background-color: #B3CBAA; }
a { background-color: rgb(179,203,170); }
div.DivClassName
{
background-color: #B3CBAA;
}
.BgClassName
{
background-color: #B3CBAA;
}
</style>
border-color css
<style>
span { border-color: #B3CBAA; }
span { border-color: rgb(179,203,170); }
td.TdClassName
{
border-color: #B3CBAA;
}
.TagClassName
{
border-color: #B3CBAA;
}
</style>