Shades of Rainee #B2CFAB
Tints of Rainee #B2CFAB
RGB
CMYK
RGB Variations
Color information
#B2CFAB (or 0xB2CFAB) is known color: Rainee. HEX triplet: B2, CF and AB. RGB value is (178,207,171). Sum of RGB (Red+Green+Blue) = 178+207+171=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFAB is #4D3054. Grayscale: #C2C2C2. Windows color (decimal): -5058645 or 11259826. OLE color: 11259826.
HSL color Cylindrical-coordinate representation of color #B2CFAB: hue angle of 108.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2CFAB is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 171 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.19 |
| HSL | 108.33º | 0.27% | 0.74% | - |
| HSV(B) | 108.33º | 0.17% | 0.81% | - |
| XYZ | 48.02 | 57.03 | 47.01 | - |
| YUV | 194.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 171 | 0.14 | 0 | 0.17 | 0.19 | 108.33 | 0.27 | 0.74 |
| Hex | B2 | CF | AB | E | 0 | 11 | 13 | 6C | 1B | 4A |
| Octal | 262 | 317 | 253 | 16 | 0 | 21 | 23 | 154 | 33 | 112 |
| Binary | 10110010 | 11001111 | 10101011 | 1110 | 0 | 10001 | 10011 | 1101100 | 11011 | 1001010 |
Color Harmonies of #B2CFAB
Complementary color
Monochromatic Colors of #B2CFAB
Black with #B2CFAB
Text Example
Text Example
White with #B2CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFAB; }
p { color: rgb(178,207,171); }
H1.HeaderClassName
{
color: #B2CFAB;
}
.AnyTagClassName
{
color: #B2CFAB;
}
</style>
background-color css
<style>
a { background-color: #B2CFAB; }
a { background-color: rgb(178,207,171); }
div.DivClassName
{
background-color: #B2CFAB;
}
.BgClassName
{
background-color: #B2CFAB;
}
</style>
border-color css
<style>
span { border-color: #B2CFAB; }
span { border-color: rgb(178,207,171); }
td.TdClassName
{
border-color: #B2CFAB;
}
.TagClassName
{
border-color: #B2CFAB;
}
</style>