Shades of Rainee #B2C8AB
Tints of Rainee #B2C8AB
RGB
CMYK
RGB Variations
Color information
#B2C8AB (or 0xB2C8AB) is known color: Rainee. HEX triplet: B2, C8 and AB. RGB value is (178,200,171). Sum of RGB (Red+Green+Blue) = 178+200+171=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C8AB is #4D3754. Grayscale: #BEBEBE. Windows color (decimal): -5060437 or 11258034. OLE color: 11258034.
HSL color Cylindrical-coordinate representation of color #B2C8AB: hue angle of 105.52º degrees, saturation: 0.21, 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 #B2C8AB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 171 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.22 |
| HSL | 105.52º | 0.21% | 0.73% | - |
| HSV(B) | 105.52º | 0.15% | 0.78% | - |
| XYZ | 46.37 | 53.71 | 46.45 | - |
| YUV | 190.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 171 | 0.11 | 0 | 0.14 | 0.22 | 105.52 | 0.21 | 0.73 |
| Hex | B2 | C8 | AB | B | 0 | E | 16 | 6A | 15 | 49 |
| Octal | 262 | 310 | 253 | 13 | 0 | 16 | 26 | 152 | 25 | 111 |
| Binary | 10110010 | 11001000 | 10101011 | 1011 | 0 | 1110 | 10110 | 1101010 | 10101 | 1001001 |
Color Harmonies of #B2C8AB
Complementary color
Monochromatic Colors of #B2C8AB
Black with #B2C8AB
Text Example
Text Example
White with #B2C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8AB; }
p { color: rgb(178,200,171); }
H1.HeaderClassName
{
color: #B2C8AB;
}
.AnyTagClassName
{
color: #B2C8AB;
}
</style>
background-color css
<style>
a { background-color: #B2C8AB; }
a { background-color: rgb(178,200,171); }
div.DivClassName
{
background-color: #B2C8AB;
}
.BgClassName
{
background-color: #B2C8AB;
}
</style>
border-color css
<style>
span { border-color: #B2C8AB; }
span { border-color: rgb(178,200,171); }
td.TdClassName
{
border-color: #B2C8AB;
}
.TagClassName
{
border-color: #B2C8AB;
}
</style>