Shades of Rainee #B1CCAB
Tints of Rainee #B1CCAB
RGB
CMYK
RGB Variations
Color information
#B1CCAB (or 0xB1CCAB) is known color: Rainee. HEX triplet: B1, CC and AB. RGB value is (177,204,171). Sum of RGB (Red+Green+Blue) = 177+204+171=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CCAB is #4E3354. Grayscale: #C0C0C0. Windows color (decimal): -5124949 or 11259057. OLE color: 11259057.
HSL color Cylindrical-coordinate representation of color #B1CCAB: hue angle of 109.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1CCAB is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 171 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.2 |
| HSL | 109.09º | 0.24% | 0.74% | - |
| HSV(B) | 109.09º | 0.16% | 0.8% | - |
| XYZ | 47.08 | 55.47 | 46.75 | - |
| YUV | 192.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 171 | 0.13 | 0 | 0.16 | 0.2 | 109.09 | 0.24 | 0.74 |
| Hex | B1 | CC | AB | D | 0 | 10 | 14 | 6D | 18 | 4A |
| Octal | 261 | 314 | 253 | 15 | 0 | 20 | 24 | 155 | 30 | 112 |
| Binary | 10110001 | 11001100 | 10101011 | 1101 | 0 | 10000 | 10100 | 1101101 | 11000 | 1001010 |
Color Harmonies of #B1CCAB
Complementary color
Monochromatic Colors of #B1CCAB
Black with #B1CCAB
Text Example
Text Example
White with #B1CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCAB; }
p { color: rgb(177,204,171); }
H1.HeaderClassName
{
color: #B1CCAB;
}
.AnyTagClassName
{
color: #B1CCAB;
}
</style>
background-color css
<style>
a { background-color: #B1CCAB; }
a { background-color: rgb(177,204,171); }
div.DivClassName
{
background-color: #B1CCAB;
}
.BgClassName
{
background-color: #B1CCAB;
}
</style>
border-color css
<style>
span { border-color: #B1CCAB; }
span { border-color: rgb(177,204,171); }
td.TdClassName
{
border-color: #B1CCAB;
}
.TagClassName
{
border-color: #B1CCAB;
}
</style>