Shades of Rainee #B1C2AC
Tints of Rainee #B1C2AC
RGB
CMYK
RGB Variations
Color information
#B1C2AC (or 0xB1C2AC) is known color: Rainee. HEX triplet: B1, C2 and AC. RGB value is (177,194,172). Sum of RGB (Red+Green+Blue) = 177+194+172=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C2AC is #4E3D53. Grayscale: #BABABA. Windows color (decimal): -5127508 or 11322033. OLE color: 11322033.
HSL color Cylindrical-coordinate representation of color #B1C2AC: hue angle of 106.36º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1C2AC is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 194 | 172 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.24 |
| HSL | 106.36º | 0.15% | 0.72% | - |
| HSV(B) | 106.36º | 0.11% | 0.76% | - |
| XYZ | 44.87 | 50.91 | 46.49 | - |
| YUV | 186.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 172 | 0.09 | 0 | 0.11 | 0.24 | 106.36 | 0.15 | 0.72 |
| Hex | B1 | C2 | AC | 9 | 0 | B | 18 | 6A | F | 48 |
| Octal | 261 | 302 | 254 | 11 | 0 | 13 | 30 | 152 | 17 | 110 |
| Binary | 10110001 | 11000010 | 10101100 | 1001 | 0 | 1011 | 11000 | 1101010 | 1111 | 1001000 |
Color Harmonies of #B1C2AC
Complementary color
Monochromatic Colors of #B1C2AC
Black with #B1C2AC
Text Example
Text Example
White with #B1C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C2AC; }
p { color: rgb(177,194,172); }
H1.HeaderClassName
{
color: #B1C2AC;
}
.AnyTagClassName
{
color: #B1C2AC;
}
</style>
background-color css
<style>
a { background-color: #B1C2AC; }
a { background-color: rgb(177,194,172); }
div.DivClassName
{
background-color: #B1C2AC;
}
.BgClassName
{
background-color: #B1C2AC;
}
</style>
border-color css
<style>
span { border-color: #B1C2AC; }
span { border-color: rgb(177,194,172); }
td.TdClassName
{
border-color: #B1C2AC;
}
.TagClassName
{
border-color: #B1C2AC;
}
</style>