Shades of Rainee #B1C4AC
Tints of Rainee #B1C4AC
RGB
CMYK
RGB Variations
Color information
#B1C4AC (or 0xB1C4AC) is known color: Rainee. HEX triplet: B1, C4 and AC. RGB value is (177,196,172). Sum of RGB (Red+Green+Blue) = 177+196+172=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C4AC is #4E3B53. Grayscale: #BBBBBB. Windows color (decimal): -5126996 or 11322545. OLE color: 11322545.
HSL color Cylindrical-coordinate representation of color #B1C4AC: hue angle of 107.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C4AC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 172 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.23 |
| HSL | 107.5º | 0.17% | 0.72% | - |
| HSV(B) | 107.5º | 0.12% | 0.77% | - |
| XYZ | 45.32 | 51.81 | 46.64 | - |
| YUV | 187.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 172 | 0.10 | 0 | 0.12 | 0.23 | 107.5 | 0.17 | 0.72 |
| Hex | B1 | C4 | AC | A | 0 | C | 17 | 6C | 11 | 48 |
| Octal | 261 | 304 | 254 | 12 | 0 | 14 | 27 | 154 | 21 | 110 |
| Binary | 10110001 | 11000100 | 10101100 | 1010 | 0 | 1100 | 10111 | 1101100 | 10001 | 1001000 |
Color Harmonies of #B1C4AC
Complementary color
Monochromatic Colors of #B1C4AC
Black with #B1C4AC
Text Example
Text Example
White with #B1C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C4AC; }
p { color: rgb(177,196,172); }
H1.HeaderClassName
{
color: #B1C4AC;
}
.AnyTagClassName
{
color: #B1C4AC;
}
</style>
background-color css
<style>
a { background-color: #B1C4AC; }
a { background-color: rgb(177,196,172); }
div.DivClassName
{
background-color: #B1C4AC;
}
.BgClassName
{
background-color: #B1C4AC;
}
</style>
border-color css
<style>
span { border-color: #B1C4AC; }
span { border-color: rgb(177,196,172); }
td.TdClassName
{
border-color: #B1C4AC;
}
.TagClassName
{
border-color: #B1C4AC;
}
</style>