Shades of Rainee #B2C5AB
Tints of Rainee #B2C5AB
RGB
CMYK
RGB Variations
Color information
#B2C5AB (or 0xB2C5AB) is known color: Rainee. HEX triplet: B2, C5 and AB. RGB value is (178,197,171). Sum of RGB (Red+Green+Blue) = 178+197+171=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C5AB is #4D3A54. Grayscale: #BCBCBC. Windows color (decimal): -5061205 or 11257266. OLE color: 11257266.
HSL color Cylindrical-coordinate representation of color #B2C5AB: hue angle of 103.85º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C5AB is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 171 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.23 |
| HSL | 103.85º | 0.18% | 0.72% | - |
| HSV(B) | 103.85º | 0.13% | 0.77% | - |
| XYZ | 45.68 | 52.34 | 46.22 | - |
| YUV | 188.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 171 | 0.10 | 0 | 0.13 | 0.23 | 103.85 | 0.18 | 0.72 |
| Hex | B2 | C5 | AB | A | 0 | D | 17 | 68 | 12 | 48 |
| Octal | 262 | 305 | 253 | 12 | 0 | 15 | 27 | 150 | 22 | 110 |
| Binary | 10110010 | 11000101 | 10101011 | 1010 | 0 | 1101 | 10111 | 1101000 | 10010 | 1001000 |
Color Harmonies of #B2C5AB
Complementary color
Monochromatic Colors of #B2C5AB
Black with #B2C5AB
Text Example
Text Example
White with #B2C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C5AB; }
p { color: rgb(178,197,171); }
H1.HeaderClassName
{
color: #B2C5AB;
}
.AnyTagClassName
{
color: #B2C5AB;
}
</style>
background-color css
<style>
a { background-color: #B2C5AB; }
a { background-color: rgb(178,197,171); }
div.DivClassName
{
background-color: #B2C5AB;
}
.BgClassName
{
background-color: #B2C5AB;
}
</style>
border-color css
<style>
span { border-color: #B2C5AB; }
span { border-color: rgb(178,197,171); }
td.TdClassName
{
border-color: #B2C5AB;
}
.TagClassName
{
border-color: #B2C5AB;
}
</style>