Shades of Rainee #B0C9A6
Tints of Rainee #B0C9A6
RGB
CMYK
RGB Variations
Color information
#B0C9A6 (or 0xB0C9A6) is known color: Rainee. HEX triplet: B0, C9 and A6. RGB value is (176,201,166). Sum of RGB (Red+Green+Blue) = 176+201+166=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C9A6 is #4F3659. Grayscale: #BDBDBD. Windows color (decimal): -5191258 or 10930608. OLE color: 10930608.
HSL color Cylindrical-coordinate representation of color #B0C9A6: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0C9A6 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 166 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.21 |
| HSL | 102.86º | 0.24% | 0.72% | - |
| HSV(B) | 102.86º | 0.17% | 0.79% | - |
| XYZ | 45.67 | 53.76 | 44.05 | - |
| YUV | 189.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 166 | 0.12 | 0 | 0.17 | 0.21 | 102.86 | 0.24 | 0.72 |
| Hex | B0 | C9 | A6 | C | 0 | 11 | 15 | 67 | 18 | 48 |
| Octal | 260 | 311 | 246 | 14 | 0 | 21 | 25 | 147 | 30 | 110 |
| Binary | 10110000 | 11001001 | 10100110 | 1100 | 0 | 10001 | 10101 | 1100111 | 11000 | 1001000 |
Color Harmonies of #B0C9A6
Complementary color
Monochromatic Colors of #B0C9A6
Black with #B0C9A6
Text Example
Text Example
White with #B0C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9A6; }
p { color: rgb(176,201,166); }
H1.HeaderClassName
{
color: #B0C9A6;
}
.AnyTagClassName
{
color: #B0C9A6;
}
</style>
background-color css
<style>
a { background-color: #B0C9A6; }
a { background-color: rgb(176,201,166); }
div.DivClassName
{
background-color: #B0C9A6;
}
.BgClassName
{
background-color: #B0C9A6;
}
</style>
border-color css
<style>
span { border-color: #B0C9A6; }
span { border-color: rgb(176,201,166); }
td.TdClassName
{
border-color: #B0C9A6;
}
.TagClassName
{
border-color: #B0C9A6;
}
</style>