Shades of Rainee #B2C7AB
Tints of Rainee #B2C7AB
RGB
CMYK
RGB Variations
Color information
#B2C7AB (or 0xB2C7AB) is known color: Rainee. HEX triplet: B2, C7 and AB. RGB value is (178,199,171). Sum of RGB (Red+Green+Blue) = 178+199+171=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C7AB is #4D3854. Grayscale: #BDBDBD. Windows color (decimal): -5060693 or 11257778. OLE color: 11257778.
HSL color Cylindrical-coordinate representation of color #B2C7AB: hue angle of 105º degrees, saturation: 0.2, 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 #B2C7AB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 171 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.22 |
| HSL | 105º | 0.2% | 0.73% | - |
| HSV(B) | 105º | 0.14% | 0.78% | - |
| XYZ | 46.13 | 53.25 | 46.38 | - |
| YUV | 189.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 171 | 0.11 | 0 | 0.14 | 0.22 | 105 | 0.2 | 0.73 |
| Hex | B2 | C7 | AB | B | 0 | E | 16 | 69 | 14 | 49 |
| Octal | 262 | 307 | 253 | 13 | 0 | 16 | 26 | 151 | 24 | 111 |
| Binary | 10110010 | 11000111 | 10101011 | 1011 | 0 | 1110 | 10110 | 1101001 | 10100 | 1001001 |
Color Harmonies of #B2C7AB
Complementary color
Monochromatic Colors of #B2C7AB
Black with #B2C7AB
Text Example
Text Example
White with #B2C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C7AB; }
p { color: rgb(178,199,171); }
H1.HeaderClassName
{
color: #B2C7AB;
}
.AnyTagClassName
{
color: #B2C7AB;
}
</style>
background-color css
<style>
a { background-color: #B2C7AB; }
a { background-color: rgb(178,199,171); }
div.DivClassName
{
background-color: #B2C7AB;
}
.BgClassName
{
background-color: #B2C7AB;
}
</style>
border-color css
<style>
span { border-color: #B2C7AB; }
span { border-color: rgb(178,199,171); }
td.TdClassName
{
border-color: #B2C7AB;
}
.TagClassName
{
border-color: #B2C7AB;
}
</style>