Shades of Rainee #B2CBAA
Tints of Rainee #B2CBAA
RGB
CMYK
RGB Variations
Color information
#B2CBAA (or 0xB2CBAA) is known color: Rainee. HEX triplet: B2, CB and AA. RGB value is (178,203,170). Sum of RGB (Red+Green+Blue) = 178+203+170=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CBAA is #4D3455. Grayscale: #BFBFBF. Windows color (decimal): -5059670 or 11193266. OLE color: 11193266.
HSL color Cylindrical-coordinate representation of color #B2CBAA: hue angle of 105.45º 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 #B2CBAA is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 170 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.20 |
| HSL | 105.45º | 0.24% | 0.73% | - |
| HSV(B) | 105.45º | 0.16% | 0.8% | - |
| XYZ | 46.97 | 55.08 | 46.19 | - |
| YUV | 191.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 170 | 0.12 | 0 | 0.16 | 0.20 | 105.45 | 0.24 | 0.73 |
| Hex | B2 | CB | AA | C | 0 | 10 | 14 | 69 | 18 | 49 |
| Octal | 262 | 313 | 252 | 14 | 0 | 20 | 24 | 151 | 30 | 111 |
| Binary | 10110010 | 11001011 | 10101010 | 1100 | 0 | 10000 | 10100 | 1101001 | 11000 | 1001001 |
Color Harmonies of #B2CBAA
Complementary color
Monochromatic Colors of #B2CBAA
Black with #B2CBAA
Text Example
Text Example
White with #B2CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBAA; }
p { color: rgb(178,203,170); }
H1.HeaderClassName
{
color: #B2CBAA;
}
.AnyTagClassName
{
color: #B2CBAA;
}
</style>
background-color css
<style>
a { background-color: #B2CBAA; }
a { background-color: rgb(178,203,170); }
div.DivClassName
{
background-color: #B2CBAA;
}
.BgClassName
{
background-color: #B2CBAA;
}
</style>
border-color css
<style>
span { border-color: #B2CBAA; }
span { border-color: rgb(178,203,170); }
td.TdClassName
{
border-color: #B2CBAA;
}
.TagClassName
{
border-color: #B2CBAA;
}
</style>