Shades of Rainee #B3C5AB
Tints of Rainee #B3C5AB
RGB
CMYK
RGB Variations
Color information
#B3C5AB (or 0xB3C5AB) is known color: Rainee. HEX triplet: B3, C5 and AB. RGB value is (179,197,171). Sum of RGB (Red+Green+Blue) = 179+197+171=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5AB is #4C3A54. Grayscale: #BCBCBC. Windows color (decimal): -4995669 or 11257267. OLE color: 11257267.
HSL color Cylindrical-coordinate representation of color #B3C5AB: hue angle of 101.54º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3C5AB is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 171 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.23 |
| HSL | 101.54º | 0.18% | 0.72% | - |
| HSV(B) | 101.54º | 0.13% | 0.77% | - |
| XYZ | 45.91 | 52.46 | 46.23 | - |
| YUV | 188.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 171 | 0.09 | 0 | 0.13 | 0.23 | 101.54 | 0.18 | 0.72 |
| Hex | B3 | C5 | AB | 9 | 0 | D | 17 | 66 | 12 | 48 |
| Octal | 263 | 305 | 253 | 11 | 0 | 15 | 27 | 146 | 22 | 110 |
| Binary | 10110011 | 11000101 | 10101011 | 1001 | 0 | 1101 | 10111 | 1100110 | 10010 | 1001000 |
Color Harmonies of #B3C5AB
Complementary color
Monochromatic Colors of #B3C5AB
Black with #B3C5AB
Text Example
Text Example
White with #B3C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5AB; }
p { color: rgb(179,197,171); }
H1.HeaderClassName
{
color: #B3C5AB;
}
.AnyTagClassName
{
color: #B3C5AB;
}
</style>
background-color css
<style>
a { background-color: #B3C5AB; }
a { background-color: rgb(179,197,171); }
div.DivClassName
{
background-color: #B3C5AB;
}
.BgClassName
{
background-color: #B3C5AB;
}
</style>
border-color css
<style>
span { border-color: #B3C5AB; }
span { border-color: rgb(179,197,171); }
td.TdClassName
{
border-color: #B3C5AB;
}
.TagClassName
{
border-color: #B3C5AB;
}
</style>