Shades of Rainee #B4C8B1
Tints of Rainee #B4C8B1
RGB
CMYK
RGB Variations
Color information
#B4C8B1 (or 0xB4C8B1) is known color: Rainee. HEX triplet: B4, C8 and B1. RGB value is (180,200,177). Sum of RGB (Red+Green+Blue) = 180+200+177=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8B1 is #4B374E. Grayscale: #BFBFBF. Windows color (decimal): -4929359 or 11651252. OLE color: 11651252.
HSL color Cylindrical-coordinate representation of color #B4C8B1: hue angle of 112.17º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4C8B1 is Cyan = 0.1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 177 | - |
| CMYK | 0.1 | 0 | 0.12 | 0.22 |
| HSL | 112.17º | 0.17% | 0.74% | - |
| HSV(B) | 112.17º | 0.12% | 0.78% | - |
| XYZ | 47.41 | 54.19 | 49.56 | - |
| YUV | 191.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 177 | 0.1 | 0 | 0.12 | 0.22 | 112.17 | 0.17 | 0.74 |
| Hex | B4 | C8 | B1 | A | 0 | C | 16 | 70 | 11 | 4A |
| Octal | 264 | 310 | 261 | 12 | 0 | 14 | 26 | 160 | 21 | 112 |
| Binary | 10110100 | 11001000 | 10110001 | 1010 | 0 | 1100 | 10110 | 1110000 | 10001 | 1001010 |
Color Harmonies of #B4C8B1
Complementary color
Monochromatic Colors of #B4C8B1
Black with #B4C8B1
Text Example
Text Example
White with #B4C8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8B1; }
p { color: rgb(180,200,177); }
H1.HeaderClassName
{
color: #B4C8B1;
}
.AnyTagClassName
{
color: #B4C8B1;
}
</style>
background-color css
<style>
a { background-color: #B4C8B1; }
a { background-color: rgb(180,200,177); }
div.DivClassName
{
background-color: #B4C8B1;
}
.BgClassName
{
background-color: #B4C8B1;
}
</style>
border-color css
<style>
span { border-color: #B4C8B1; }
span { border-color: rgb(180,200,177); }
td.TdClassName
{
border-color: #B4C8B1;
}
.TagClassName
{
border-color: #B4C8B1;
}
</style>