Shades of Rainee #B4C8B0
Tints of Rainee #B4C8B0
RGB
CMYK
RGB Variations
Color information
#B4C8B0 (or 0xB4C8B0) is known color: Rainee. HEX triplet: B4, C8 and B0. RGB value is (180,200,176). Sum of RGB (Red+Green+Blue) = 180+200+176=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8B0 is #4B374F. Grayscale: #BFBFBF. Windows color (decimal): -4929360 or 11585716. OLE color: 11585716.
HSL color Cylindrical-coordinate representation of color #B4C8B0: hue angle of 110º degrees, saturation: 0.18, 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 #B4C8B0 is Cyan = 0.1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 176 | - |
| CMYK | 0.1 | 0 | 0.12 | 0.22 |
| HSL | 110º | 0.18% | 0.74% | - |
| HSV(B) | 110º | 0.12% | 0.78% | - |
| XYZ | 47.31 | 54.15 | 49.03 | - |
| YUV | 191.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 176 | 0.1 | 0 | 0.12 | 0.22 | 110 | 0.18 | 0.74 |
| Hex | B4 | C8 | B0 | A | 0 | C | 16 | 6E | 12 | 4A |
| Octal | 264 | 310 | 260 | 12 | 0 | 14 | 26 | 156 | 22 | 112 |
| Binary | 10110100 | 11001000 | 10110000 | 1010 | 0 | 1100 | 10110 | 1101110 | 10010 | 1001010 |
Color Harmonies of #B4C8B0
Complementary color
Monochromatic Colors of #B4C8B0
Black with #B4C8B0
Text Example
Text Example
White with #B4C8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8B0; }
p { color: rgb(180,200,176); }
H1.HeaderClassName
{
color: #B4C8B0;
}
.AnyTagClassName
{
color: #B4C8B0;
}
</style>
background-color css
<style>
a { background-color: #B4C8B0; }
a { background-color: rgb(180,200,176); }
div.DivClassName
{
background-color: #B4C8B0;
}
.BgClassName
{
background-color: #B4C8B0;
}
</style>
border-color css
<style>
span { border-color: #B4C8B0; }
span { border-color: rgb(180,200,176); }
td.TdClassName
{
border-color: #B4C8B0;
}
.TagClassName
{
border-color: #B4C8B0;
}
</style>