Shades of Rainee #B8C5B4
Tints of Rainee #B8C5B4
RGB
CMYK
RGB Variations
Color information
#B8C5B4 (or 0xB8C5B4) is known color: Rainee. HEX triplet: B8, C5 and B4. RGB value is (184,197,180). Sum of RGB (Red+Green+Blue) = 184+197+180=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5B4 is #473A4B. Grayscale: #BFBFBF. Windows color (decimal): -4667980 or 11847096. OLE color: 11847096.
HSL color Cylindrical-coordinate representation of color #B8C5B4: hue angle of 105.88º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C5B4 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 180 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.23 |
| HSL | 105.88º | 0.13% | 0.74% | - |
| HSV(B) | 105.88º | 0.09% | 0.77% | - |
| XYZ | 47.97 | 53.42 | 50.96 | - |
| YUV | 191.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 180 | 0.07 | 0 | 0.09 | 0.23 | 105.88 | 0.13 | 0.74 |
| Hex | B8 | C5 | B4 | 7 | 0 | 9 | 17 | 6A | D | 4A |
| Octal | 270 | 305 | 264 | 7 | 0 | 11 | 27 | 152 | 15 | 112 |
| Binary | 10111000 | 11000101 | 10110100 | 111 | 0 | 1001 | 10111 | 1101010 | 1101 | 1001010 |
Color Harmonies of #B8C5B4
Complementary color
Monochromatic Colors of #B8C5B4
Black with #B8C5B4
Text Example
Text Example
White with #B8C5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C5B4; }
p { color: rgb(184,197,180); }
H1.HeaderClassName
{
color: #B8C5B4;
}
.AnyTagClassName
{
color: #B8C5B4;
}
</style>
background-color css
<style>
a { background-color: #B8C5B4; }
a { background-color: rgb(184,197,180); }
div.DivClassName
{
background-color: #B8C5B4;
}
.BgClassName
{
background-color: #B8C5B4;
}
</style>
border-color css
<style>
span { border-color: #B8C5B4; }
span { border-color: rgb(184,197,180); }
td.TdClassName
{
border-color: #B8C5B4;
}
.TagClassName
{
border-color: #B8C5B4;
}
</style>