Shades of Rainee #B2D0AA
Tints of Rainee #B2D0AA
RGB
CMYK
RGB Variations
Color information
#B2D0AA (or 0xB2D0AA) is known color: Rainee. HEX triplet: B2, D0 and AA. RGB value is (178,208,170). Sum of RGB (Red+Green+Blue) = 178+208+170=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0AA is #4D2F55. Grayscale: #C2C2C2. Windows color (decimal): -5058390 or 11194546. OLE color: 11194546.
HSL color Cylindrical-coordinate representation of color #B2D0AA: hue angle of 107.37º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D0AA is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 170 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.18 |
| HSL | 107.37º | 0.29% | 0.74% | - |
| HSV(B) | 107.37º | 0.18% | 0.82% | - |
| XYZ | 48.17 | 57.48 | 46.59 | - |
| YUV | 194.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 170 | 0.14 | 0 | 0.18 | 0.18 | 107.37 | 0.29 | 0.74 |
| Hex | B2 | D0 | AA | E | 0 | 12 | 12 | 6B | 1D | 4A |
| Octal | 262 | 320 | 252 | 16 | 0 | 22 | 22 | 153 | 35 | 112 |
| Binary | 10110010 | 11010000 | 10101010 | 1110 | 0 | 10010 | 10010 | 1101011 | 11101 | 1001010 |
Color Harmonies of #B2D0AA
Complementary color
Monochromatic Colors of #B2D0AA
Black with #B2D0AA
Text Example
Text Example
White with #B2D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D0AA; }
p { color: rgb(178,208,170); }
H1.HeaderClassName
{
color: #B2D0AA;
}
.AnyTagClassName
{
color: #B2D0AA;
}
</style>
background-color css
<style>
a { background-color: #B2D0AA; }
a { background-color: rgb(178,208,170); }
div.DivClassName
{
background-color: #B2D0AA;
}
.BgClassName
{
background-color: #B2D0AA;
}
</style>
border-color css
<style>
span { border-color: #B2D0AA; }
span { border-color: rgb(178,208,170); }
td.TdClassName
{
border-color: #B2D0AA;
}
.TagClassName
{
border-color: #B2D0AA;
}
</style>