Shades of Rainee #B0CBAA
Tints of Rainee #B0CBAA
RGB
CMYK
RGB Variations
Color information
#B0CBAA (or 0xB0CBAA) is known color: Rainee. HEX triplet: B0, CB and AA. RGB value is (176,203,170). Sum of RGB (Red+Green+Blue) = 176+203+170=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBAA is #4F3455. Grayscale: #BFBFBF. Windows color (decimal): -5190742 or 11193264. OLE color: 11193264.
HSL color Cylindrical-coordinate representation of color #B0CBAA: hue angle of 109.09º 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 #B0CBAA is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 170 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.20 |
| HSL | 109.09º | 0.24% | 0.73% | - |
| HSV(B) | 109.09º | 0.16% | 0.8% | - |
| XYZ | 46.52 | 54.84 | 46.16 | - |
| YUV | 191.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 170 | 0.13 | 0 | 0.16 | 0.20 | 109.09 | 0.24 | 0.73 |
| Hex | B0 | CB | AA | D | 0 | 10 | 14 | 6D | 18 | 49 |
| Octal | 260 | 313 | 252 | 15 | 0 | 20 | 24 | 155 | 30 | 111 |
| Binary | 10110000 | 11001011 | 10101010 | 1101 | 0 | 10000 | 10100 | 1101101 | 11000 | 1001001 |
Color Harmonies of #B0CBAA
Complementary color
Monochromatic Colors of #B0CBAA
Black with #B0CBAA
Text Example
Text Example
White with #B0CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBAA; }
p { color: rgb(176,203,170); }
H1.HeaderClassName
{
color: #B0CBAA;
}
.AnyTagClassName
{
color: #B0CBAA;
}
</style>
background-color css
<style>
a { background-color: #B0CBAA; }
a { background-color: rgb(176,203,170); }
div.DivClassName
{
background-color: #B0CBAA;
}
.BgClassName
{
background-color: #B0CBAA;
}
</style>
border-color css
<style>
span { border-color: #B0CBAA; }
span { border-color: rgb(176,203,170); }
td.TdClassName
{
border-color: #B0CBAA;
}
.TagClassName
{
border-color: #B0CBAA;
}
</style>