Shades of Rainee #B3C8AB
Tints of Rainee #B3C8AB
RGB
CMYK
RGB Variations
Color information
#B3C8AB (or 0xB3C8AB) is known color: Rainee. HEX triplet: B3, C8 and AB. RGB value is (179,200,171). Sum of RGB (Red+Green+Blue) = 179+200+171=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C8AB is #4C3754. Grayscale: #BEBEBE. Windows color (decimal): -4994901 or 11258035. OLE color: 11258035.
HSL color Cylindrical-coordinate representation of color #B3C8AB: hue angle of 103.45º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C8AB is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 171 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.22 |
| HSL | 103.45º | 0.21% | 0.73% | - |
| HSV(B) | 103.45º | 0.15% | 0.78% | - |
| XYZ | 46.6 | 53.83 | 46.46 | - |
| YUV | 190.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 171 | 0.10 | 0 | 0.14 | 0.22 | 103.45 | 0.21 | 0.73 |
| Hex | B3 | C8 | AB | A | 0 | E | 16 | 67 | 15 | 49 |
| Octal | 263 | 310 | 253 | 12 | 0 | 16 | 26 | 147 | 25 | 111 |
| Binary | 10110011 | 11001000 | 10101011 | 1010 | 0 | 1110 | 10110 | 1100111 | 10101 | 1001001 |
Color Harmonies of #B3C8AB
Complementary color
Monochromatic Colors of #B3C8AB
Black with #B3C8AB
Text Example
Text Example
White with #B3C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C8AB; }
p { color: rgb(179,200,171); }
H1.HeaderClassName
{
color: #B3C8AB;
}
.AnyTagClassName
{
color: #B3C8AB;
}
</style>
background-color css
<style>
a { background-color: #B3C8AB; }
a { background-color: rgb(179,200,171); }
div.DivClassName
{
background-color: #B3C8AB;
}
.BgClassName
{
background-color: #B3C8AB;
}
</style>
border-color css
<style>
span { border-color: #B3C8AB; }
span { border-color: rgb(179,200,171); }
td.TdClassName
{
border-color: #B3C8AB;
}
.TagClassName
{
border-color: #B3C8AB;
}
</style>