Shades of Rainee #B2C6A8
Tints of Rainee #B2C6A8
RGB
CMYK
RGB Variations
Color information
#B2C6A8 (or 0xB2C6A8) is known color: Rainee. HEX triplet: B2, C6 and A8. RGB value is (178,198,168). Sum of RGB (Red+Green+Blue) = 178+198+168=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6A8 is #4D3957. Grayscale: #BCBCBC. Windows color (decimal): -5060952 or 11060914. OLE color: 11060914.
HSL color Cylindrical-coordinate representation of color #B2C6A8: hue angle of 100º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2C6A8 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 168 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.22 |
| HSL | 100º | 0.21% | 0.72% | - |
| HSV(B) | 100º | 0.15% | 0.78% | - |
| XYZ | 45.62 | 52.68 | 44.81 | - |
| YUV | 188.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 168 | 0.10 | 0 | 0.15 | 0.22 | 100 | 0.21 | 0.72 |
| Hex | B2 | C6 | A8 | A | 0 | F | 16 | 64 | 15 | 48 |
| Octal | 262 | 306 | 250 | 12 | 0 | 17 | 26 | 144 | 25 | 110 |
| Binary | 10110010 | 11000110 | 10101000 | 1010 | 0 | 1111 | 10110 | 1100100 | 10101 | 1001000 |
Color Harmonies of #B2C6A8
Complementary color
Monochromatic Colors of #B2C6A8
Black with #B2C6A8
Text Example
Text Example
White with #B2C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C6A8; }
p { color: rgb(178,198,168); }
H1.HeaderClassName
{
color: #B2C6A8;
}
.AnyTagClassName
{
color: #B2C6A8;
}
</style>
background-color css
<style>
a { background-color: #B2C6A8; }
a { background-color: rgb(178,198,168); }
div.DivClassName
{
background-color: #B2C6A8;
}
.BgClassName
{
background-color: #B2C6A8;
}
</style>
border-color css
<style>
span { border-color: #B2C6A8; }
span { border-color: rgb(178,198,168); }
td.TdClassName
{
border-color: #B2C6A8;
}
.TagClassName
{
border-color: #B2C6A8;
}
</style>