Shades of Rainee #B3C6AC
Tints of Rainee #B3C6AC
RGB
CMYK
RGB Variations
Color information
#B3C6AC (or 0xB3C6AC) is known color: Rainee. HEX triplet: B3, C6 and AC. RGB value is (179,198,172). Sum of RGB (Red+Green+Blue) = 179+198+172=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C6AC is #4C3953. Grayscale: #BDBDBD. Windows color (decimal): -4995412 or 11323059. OLE color: 11323059.
HSL color Cylindrical-coordinate representation of color #B3C6AC: hue angle of 103.85º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3C6AC is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 172 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.22 |
| HSL | 103.85º | 0.19% | 0.73% | - |
| HSV(B) | 103.85º | 0.13% | 0.78% | - |
| XYZ | 46.23 | 52.95 | 46.81 | - |
| YUV | 189.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 172 | 0.10 | 0 | 0.13 | 0.22 | 103.85 | 0.19 | 0.73 |
| Hex | B3 | C6 | AC | A | 0 | D | 16 | 68 | 13 | 49 |
| Octal | 263 | 306 | 254 | 12 | 0 | 15 | 26 | 150 | 23 | 111 |
| Binary | 10110011 | 11000110 | 10101100 | 1010 | 0 | 1101 | 10110 | 1101000 | 10011 | 1001001 |
Color Harmonies of #B3C6AC
Complementary color
Monochromatic Colors of #B3C6AC
Black with #B3C6AC
Text Example
Text Example
White with #B3C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C6AC; }
p { color: rgb(179,198,172); }
H1.HeaderClassName
{
color: #B3C6AC;
}
.AnyTagClassName
{
color: #B3C6AC;
}
</style>
background-color css
<style>
a { background-color: #B3C6AC; }
a { background-color: rgb(179,198,172); }
div.DivClassName
{
background-color: #B3C6AC;
}
.BgClassName
{
background-color: #B3C6AC;
}
</style>
border-color css
<style>
span { border-color: #B3C6AC; }
span { border-color: rgb(179,198,172); }
td.TdClassName
{
border-color: #B3C6AC;
}
.TagClassName
{
border-color: #B3C6AC;
}
</style>