Shades of Rainee #B1BEAB
Tints of Rainee #B1BEAB
RGB
CMYK
RGB Variations
Color information
#B1BEAB (or 0xB1BEAB) is known color: Rainee. HEX triplet: B1, BE and AB. RGB value is (177,190,171). Sum of RGB (Red+Green+Blue) = 177+190+171=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEAB is #4E4154. Grayscale: #B8B8B8. Windows color (decimal): -5128533 or 11255473. OLE color: 11255473.
HSL color Cylindrical-coordinate representation of color #B1BEAB: hue angle of 101.05º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1BEAB is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 171 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.25 |
| HSL | 101.05º | 0.13% | 0.71% | - |
| HSV(B) | 101.05º | 0.1% | 0.75% | - |
| XYZ | 43.9 | 49.11 | 45.69 | - |
| YUV | 183.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 171 | 0.07 | 0 | 0.10 | 0.25 | 101.05 | 0.13 | 0.71 |
| Hex | B1 | BE | AB | 7 | 0 | A | 19 | 65 | D | 47 |
| Octal | 261 | 276 | 253 | 7 | 0 | 12 | 31 | 145 | 15 | 107 |
| Binary | 10110001 | 10111110 | 10101011 | 111 | 0 | 1010 | 11001 | 1100101 | 1101 | 1000111 |
Color Harmonies of #B1BEAB
Complementary color
Monochromatic Colors of #B1BEAB
Black with #B1BEAB
Text Example
Text Example
White with #B1BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BEAB; }
p { color: rgb(177,190,171); }
H1.HeaderClassName
{
color: #B1BEAB;
}
.AnyTagClassName
{
color: #B1BEAB;
}
</style>
background-color css
<style>
a { background-color: #B1BEAB; }
a { background-color: rgb(177,190,171); }
div.DivClassName
{
background-color: #B1BEAB;
}
.BgClassName
{
background-color: #B1BEAB;
}
</style>
border-color css
<style>
span { border-color: #B1BEAB; }
span { border-color: rgb(177,190,171); }
td.TdClassName
{
border-color: #B1BEAB;
}
.TagClassName
{
border-color: #B1BEAB;
}
</style>