Shades of Rainee #B2C7AE
Tints of Rainee #B2C7AE
RGB
CMYK
RGB Variations
Color information
#B2C7AE (or 0xB2C7AE) is known color: Rainee. HEX triplet: B2, C7 and AE. RGB value is (178,199,174). Sum of RGB (Red+Green+Blue) = 178+199+174=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C7AE is #4D3851. Grayscale: #BDBDBD. Windows color (decimal): -5060690 or 11454386. OLE color: 11454386.
HSL color Cylindrical-coordinate representation of color #B2C7AE: hue angle of 110.4º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C7AE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 174 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.22 |
| HSL | 110.4º | 0.18% | 0.73% | - |
| HSV(B) | 110.4º | 0.13% | 0.78% | - |
| XYZ | 46.42 | 53.37 | 47.9 | - |
| YUV | 189.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 174 | 0.11 | 0 | 0.13 | 0.22 | 110.4 | 0.18 | 0.73 |
| Hex | B2 | C7 | AE | B | 0 | D | 16 | 6E | 12 | 49 |
| Octal | 262 | 307 | 256 | 13 | 0 | 15 | 26 | 156 | 22 | 111 |
| Binary | 10110010 | 11000111 | 10101110 | 1011 | 0 | 1101 | 10110 | 1101110 | 10010 | 1001001 |
Color Harmonies of #B2C7AE
Complementary color
Monochromatic Colors of #B2C7AE
Black with #B2C7AE
Text Example
Text Example
White with #B2C7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C7AE; }
p { color: rgb(178,199,174); }
H1.HeaderClassName
{
color: #B2C7AE;
}
.AnyTagClassName
{
color: #B2C7AE;
}
</style>
background-color css
<style>
a { background-color: #B2C7AE; }
a { background-color: rgb(178,199,174); }
div.DivClassName
{
background-color: #B2C7AE;
}
.BgClassName
{
background-color: #B2C7AE;
}
</style>
border-color css
<style>
span { border-color: #B2C7AE; }
span { border-color: rgb(178,199,174); }
td.TdClassName
{
border-color: #B2C7AE;
}
.TagClassName
{
border-color: #B2C7AE;
}
</style>