Shades of Rainee #B2CBAD
Tints of Rainee #B2CBAD
RGB
CMYK
RGB Variations
Color information
#B2CBAD (or 0xB2CBAD) is known color: Rainee. HEX triplet: B2, CB and AD. RGB value is (178,203,173). Sum of RGB (Red+Green+Blue) = 178+203+173=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CBAD is #4D3452. Grayscale: #C0C0C0. Windows color (decimal): -5059667 or 11389874. OLE color: 11389874.
HSL color Cylindrical-coordinate representation of color #B2CBAD: hue angle of 110º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2CBAD is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 173 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.20 |
| HSL | 110º | 0.22% | 0.74% | - |
| HSV(B) | 110º | 0.15% | 0.8% | - |
| XYZ | 47.26 | 55.19 | 47.7 | - |
| YUV | 192.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 173 | 0.12 | 0 | 0.15 | 0.20 | 110 | 0.22 | 0.74 |
| Hex | B2 | CB | AD | C | 0 | F | 14 | 6E | 16 | 4A |
| Octal | 262 | 313 | 255 | 14 | 0 | 17 | 24 | 156 | 26 | 112 |
| Binary | 10110010 | 11001011 | 10101101 | 1100 | 0 | 1111 | 10100 | 1101110 | 10110 | 1001010 |
Color Harmonies of #B2CBAD
Complementary color
Monochromatic Colors of #B2CBAD
Black with #B2CBAD
Text Example
Text Example
White with #B2CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBAD; }
p { color: rgb(178,203,173); }
H1.HeaderClassName
{
color: #B2CBAD;
}
.AnyTagClassName
{
color: #B2CBAD;
}
</style>
background-color css
<style>
a { background-color: #B2CBAD; }
a { background-color: rgb(178,203,173); }
div.DivClassName
{
background-color: #B2CBAD;
}
.BgClassName
{
background-color: #B2CBAD;
}
</style>
border-color css
<style>
span { border-color: #B2CBAD; }
span { border-color: rgb(178,203,173); }
td.TdClassName
{
border-color: #B2CBAD;
}
.TagClassName
{
border-color: #B2CBAD;
}
</style>