Shades of Rainee #B3C6AA
Tints of Rainee #B3C6AA
RGB
CMYK
RGB Variations
Color information
#B3C6AA (or 0xB3C6AA) is known color: Rainee. HEX triplet: B3, C6 and AA. RGB value is (179,198,170). Sum of RGB (Red+Green+Blue) = 179+198+170=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C6AA is #4C3955. Grayscale: #BDBDBD. Windows color (decimal): -4995414 or 11191987. OLE color: 11191987.
HSL color Cylindrical-coordinate representation of color #B3C6AA: hue angle of 100.71º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C6AA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 170 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.22 |
| HSL | 100.71º | 0.2% | 0.72% | - |
| HSV(B) | 100.71º | 0.14% | 0.78% | - |
| XYZ | 46.04 | 52.87 | 45.81 | - |
| YUV | 189.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 170 | 0.10 | 0 | 0.14 | 0.22 | 100.71 | 0.2 | 0.72 |
| Hex | B3 | C6 | AA | A | 0 | E | 16 | 65 | 14 | 48 |
| Octal | 263 | 306 | 252 | 12 | 0 | 16 | 26 | 145 | 24 | 110 |
| Binary | 10110011 | 11000110 | 10101010 | 1010 | 0 | 1110 | 10110 | 1100101 | 10100 | 1001000 |
Color Harmonies of #B3C6AA
Complementary color
Monochromatic Colors of #B3C6AA
Black with #B3C6AA
Text Example
Text Example
White with #B3C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C6AA; }
p { color: rgb(179,198,170); }
H1.HeaderClassName
{
color: #B3C6AA;
}
.AnyTagClassName
{
color: #B3C6AA;
}
</style>
background-color css
<style>
a { background-color: #B3C6AA; }
a { background-color: rgb(179,198,170); }
div.DivClassName
{
background-color: #B3C6AA;
}
.BgClassName
{
background-color: #B3C6AA;
}
</style>
border-color css
<style>
span { border-color: #B3C6AA; }
span { border-color: rgb(179,198,170); }
td.TdClassName
{
border-color: #B3C6AA;
}
.TagClassName
{
border-color: #B3C6AA;
}
</style>