Shades of Rainee #B6CEAD
Tints of Rainee #B6CEAD
RGB
CMYK
RGB Variations
Color information
#B6CEAD (or 0xB6CEAD) is known color: Rainee. HEX triplet: B6, CE and AD. RGB value is (182,206,173). Sum of RGB (Red+Green+Blue) = 182+206+173=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CEAD is #493152. Grayscale: #C3C3C3. Windows color (decimal): -4796755 or 11390646. OLE color: 11390646.
HSL color Cylindrical-coordinate representation of color #B6CEAD: hue angle of 103.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6CEAD is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 173 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.19 |
| HSL | 103.64º | 0.25% | 0.74% | - |
| HSV(B) | 103.64º | 0.16% | 0.81% | - |
| XYZ | 48.91 | 57.1 | 47.98 | - |
| YUV | 195.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 173 | 0.12 | 0 | 0.16 | 0.19 | 103.64 | 0.25 | 0.74 |
| Hex | B6 | CE | AD | C | 0 | 10 | 13 | 68 | 19 | 4A |
| Octal | 266 | 316 | 255 | 14 | 0 | 20 | 23 | 150 | 31 | 112 |
| Binary | 10110110 | 11001110 | 10101101 | 1100 | 0 | 10000 | 10011 | 1101000 | 11001 | 1001010 |
Color Harmonies of #B6CEAD
Complementary color
Monochromatic Colors of #B6CEAD
Black with #B6CEAD
Text Example
Text Example
White with #B6CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CEAD; }
p { color: rgb(182,206,173); }
H1.HeaderClassName
{
color: #B6CEAD;
}
.AnyTagClassName
{
color: #B6CEAD;
}
</style>
background-color css
<style>
a { background-color: #B6CEAD; }
a { background-color: rgb(182,206,173); }
div.DivClassName
{
background-color: #B6CEAD;
}
.BgClassName
{
background-color: #B6CEAD;
}
</style>
border-color css
<style>
span { border-color: #B6CEAD; }
span { border-color: rgb(182,206,173); }
td.TdClassName
{
border-color: #B6CEAD;
}
.TagClassName
{
border-color: #B6CEAD;
}
</style>