Shades of Rainee #B2C9A9
Tints of Rainee #B2C9A9
RGB
CMYK
RGB Variations
Color information
#B2C9A9 (or 0xB2C9A9) is known color: Rainee. HEX triplet: B2, C9 and A9. RGB value is (178,201,169). Sum of RGB (Red+Green+Blue) = 178+201+169=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C9A9 is #4D3656. Grayscale: #BEBEBE. Windows color (decimal): -5060183 or 11127218. OLE color: 11127218.
HSL color Cylindrical-coordinate representation of color #B2C9A9: hue angle of 103.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2C9A9 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 169 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.21 |
| HSL | 103.13º | 0.23% | 0.73% | - |
| HSV(B) | 103.13º | 0.16% | 0.79% | - |
| XYZ | 46.41 | 54.1 | 45.53 | - |
| YUV | 190.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 169 | 0.11 | 0 | 0.16 | 0.21 | 103.13 | 0.23 | 0.73 |
| Hex | B2 | C9 | A9 | B | 0 | 10 | 15 | 67 | 17 | 49 |
| Octal | 262 | 311 | 251 | 13 | 0 | 20 | 25 | 147 | 27 | 111 |
| Binary | 10110010 | 11001001 | 10101001 | 1011 | 0 | 10000 | 10101 | 1100111 | 10111 | 1001001 |
Color Harmonies of #B2C9A9
Complementary color
Monochromatic Colors of #B2C9A9
Black with #B2C9A9
Text Example
Text Example
White with #B2C9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C9A9; }
p { color: rgb(178,201,169); }
H1.HeaderClassName
{
color: #B2C9A9;
}
.AnyTagClassName
{
color: #B2C9A9;
}
</style>
background-color css
<style>
a { background-color: #B2C9A9; }
a { background-color: rgb(178,201,169); }
div.DivClassName
{
background-color: #B2C9A9;
}
.BgClassName
{
background-color: #B2C9A9;
}
</style>
border-color css
<style>
span { border-color: #B2C9A9; }
span { border-color: rgb(178,201,169); }
td.TdClassName
{
border-color: #B2C9A9;
}
.TagClassName
{
border-color: #B2C9A9;
}
</style>