Shades of Rainee #B0C9A9
Tints of Rainee #B0C9A9
RGB
CMYK
RGB Variations
Color information
#B0C9A9 (or 0xB0C9A9) is known color: Rainee. HEX triplet: B0, C9 and A9. RGB value is (176,201,169). Sum of RGB (Red+Green+Blue) = 176+201+169=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C9A9 is #4F3656. Grayscale: #BDBDBD. Windows color (decimal): -5191255 or 11127216. OLE color: 11127216.
HSL color Cylindrical-coordinate representation of color #B0C9A9: hue angle of 106.88º 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 #B0C9A9 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 169 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.21 |
| HSL | 106.88º | 0.23% | 0.73% | - |
| HSV(B) | 106.88º | 0.16% | 0.79% | - |
| XYZ | 45.95 | 53.87 | 45.51 | - |
| YUV | 189.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 169 | 0.12 | 0 | 0.16 | 0.21 | 106.88 | 0.23 | 0.73 |
| Hex | B0 | C9 | A9 | C | 0 | 10 | 15 | 6B | 17 | 49 |
| Octal | 260 | 311 | 251 | 14 | 0 | 20 | 25 | 153 | 27 | 111 |
| Binary | 10110000 | 11001001 | 10101001 | 1100 | 0 | 10000 | 10101 | 1101011 | 10111 | 1001001 |
Color Harmonies of #B0C9A9
Complementary color
Monochromatic Colors of #B0C9A9
Black with #B0C9A9
Text Example
Text Example
White with #B0C9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9A9; }
p { color: rgb(176,201,169); }
H1.HeaderClassName
{
color: #B0C9A9;
}
.AnyTagClassName
{
color: #B0C9A9;
}
</style>
background-color css
<style>
a { background-color: #B0C9A9; }
a { background-color: rgb(176,201,169); }
div.DivClassName
{
background-color: #B0C9A9;
}
.BgClassName
{
background-color: #B0C9A9;
}
</style>
border-color css
<style>
span { border-color: #B0C9A9; }
span { border-color: rgb(176,201,169); }
td.TdClassName
{
border-color: #B0C9A9;
}
.TagClassName
{
border-color: #B0C9A9;
}
</style>