Shades of Rainee #B6CCAC
Tints of Rainee #B6CCAC
RGB
CMYK
RGB Variations
Color information
#B6CCAC (or 0xB6CCAC) is known color: Rainee. HEX triplet: B6, CC and AC. RGB value is (182,204,172). Sum of RGB (Red+Green+Blue) = 182+204+172=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CCAC is #493353. Grayscale: #C1C1C1. Windows color (decimal): -4797268 or 11324598. OLE color: 11324598.
HSL color Cylindrical-coordinate representation of color #B6CCAC: hue angle of 101.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6CCAC is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 172 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.2 |
| HSL | 101.25º | 0.24% | 0.74% | - |
| HSV(B) | 101.25º | 0.16% | 0.8% | - |
| XYZ | 48.33 | 56.11 | 47.31 | - |
| YUV | 193.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 172 | 0.11 | 0 | 0.16 | 0.2 | 101.25 | 0.24 | 0.74 |
| Hex | B6 | CC | AC | B | 0 | 10 | 14 | 65 | 18 | 4A |
| Octal | 266 | 314 | 254 | 13 | 0 | 20 | 24 | 145 | 30 | 112 |
| Binary | 10110110 | 11001100 | 10101100 | 1011 | 0 | 10000 | 10100 | 1100101 | 11000 | 1001010 |
Color Harmonies of #B6CCAC
Complementary color
Monochromatic Colors of #B6CCAC
Black with #B6CCAC
Text Example
Text Example
White with #B6CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCAC; }
p { color: rgb(182,204,172); }
H1.HeaderClassName
{
color: #B6CCAC;
}
.AnyTagClassName
{
color: #B6CCAC;
}
</style>
background-color css
<style>
a { background-color: #B6CCAC; }
a { background-color: rgb(182,204,172); }
div.DivClassName
{
background-color: #B6CCAC;
}
.BgClassName
{
background-color: #B6CCAC;
}
</style>
border-color css
<style>
span { border-color: #B6CCAC; }
span { border-color: rgb(182,204,172); }
td.TdClassName
{
border-color: #B6CCAC;
}
.TagClassName
{
border-color: #B6CCAC;
}
</style>