Shades of Rainee #B4C3B1
Tints of Rainee #B4C3B1
RGB
CMYK
RGB Variations
Color information
#B4C3B1 (or 0xB4C3B1) is known color: Rainee. HEX triplet: B4, C3 and B1. RGB value is (180,195,177). Sum of RGB (Red+Green+Blue) = 180+195+177=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C3B1 is #4B3C4E. Grayscale: #BCBCBC. Windows color (decimal): -4930639 or 11649972. OLE color: 11649972.
HSL color Cylindrical-coordinate representation of color #B4C3B1: hue angle of 110º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4C3B1 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 195 | 177 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.24 |
| HSL | 110º | 0.13% | 0.73% | - |
| HSV(B) | 110º | 0.09% | 0.76% | - |
| XYZ | 46.27 | 51.91 | 49.18 | - |
| YUV | 188.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 195 | 177 | 0.08 | 0 | 0.09 | 0.24 | 110 | 0.13 | 0.73 |
| Hex | B4 | C3 | B1 | 8 | 0 | 9 | 18 | 6E | D | 49 |
| Octal | 264 | 303 | 261 | 10 | 0 | 11 | 30 | 156 | 15 | 111 |
| Binary | 10110100 | 11000011 | 10110001 | 1000 | 0 | 1001 | 11000 | 1101110 | 1101 | 1001001 |
Color Harmonies of #B4C3B1
Complementary color
Monochromatic Colors of #B4C3B1
Black with #B4C3B1
Text Example
Text Example
White with #B4C3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C3B1; }
p { color: rgb(180,195,177); }
H1.HeaderClassName
{
color: #B4C3B1;
}
.AnyTagClassName
{
color: #B4C3B1;
}
</style>
background-color css
<style>
a { background-color: #B4C3B1; }
a { background-color: rgb(180,195,177); }
div.DivClassName
{
background-color: #B4C3B1;
}
.BgClassName
{
background-color: #B4C3B1;
}
</style>
border-color css
<style>
span { border-color: #B4C3B1; }
span { border-color: rgb(180,195,177); }
td.TdClassName
{
border-color: #B4C3B1;
}
.TagClassName
{
border-color: #B4C3B1;
}
</style>