Shades of Rainee #B1CAAB
Tints of Rainee #B1CAAB
RGB
CMYK
RGB Variations
Color information
#B1CAAB (or 0xB1CAAB) is known color: Rainee. HEX triplet: B1, CA and AB. RGB value is (177,202,171). Sum of RGB (Red+Green+Blue) = 177+202+171=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAAB is #4E3554. Grayscale: #BFBFBF. Windows color (decimal): -5125461 or 11258545. OLE color: 11258545.
HSL color Cylindrical-coordinate representation of color #B1CAAB: hue angle of 108.39º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1CAAB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 171 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.21 |
| HSL | 108.39º | 0.23% | 0.73% | - |
| HSV(B) | 108.39º | 0.15% | 0.79% | - |
| XYZ | 46.6 | 54.53 | 46.6 | - |
| YUV | 190.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 171 | 0.12 | 0 | 0.15 | 0.21 | 108.39 | 0.23 | 0.73 |
| Hex | B1 | CA | AB | C | 0 | F | 15 | 6C | 17 | 49 |
| Octal | 261 | 312 | 253 | 14 | 0 | 17 | 25 | 154 | 27 | 111 |
| Binary | 10110001 | 11001010 | 10101011 | 1100 | 0 | 1111 | 10101 | 1101100 | 10111 | 1001001 |
Color Harmonies of #B1CAAB
Complementary color
Monochromatic Colors of #B1CAAB
Black with #B1CAAB
Text Example
Text Example
White with #B1CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAAB; }
p { color: rgb(177,202,171); }
H1.HeaderClassName
{
color: #B1CAAB;
}
.AnyTagClassName
{
color: #B1CAAB;
}
</style>
background-color css
<style>
a { background-color: #B1CAAB; }
a { background-color: rgb(177,202,171); }
div.DivClassName
{
background-color: #B1CAAB;
}
.BgClassName
{
background-color: #B1CAAB;
}
</style>
border-color css
<style>
span { border-color: #B1CAAB; }
span { border-color: rgb(177,202,171); }
td.TdClassName
{
border-color: #B1CAAB;
}
.TagClassName
{
border-color: #B1CAAB;
}
</style>