Shades of Rainee #B7C1B4
Tints of Rainee #B7C1B4
RGB
CMYK
RGB Variations
Color information
#B7C1B4 (or 0xB7C1B4) is known color: Rainee. HEX triplet: B7, C1 and B4. RGB value is (183,193,180). Sum of RGB (Red+Green+Blue) = 183+193+180=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1B4 is #483E4B. Grayscale: #BCBCBC. Windows color (decimal): -4734540 or 11846071. OLE color: 11846071.
HSL color Cylindrical-coordinate representation of color #B7C1B4: hue angle of 106.15º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7C1B4 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 180 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.24 |
| HSL | 106.15º | 0.09% | 0.73% | - |
| HSV(B) | 106.15º | 0.07% | 0.76% | - |
| XYZ | 46.84 | 51.5 | 50.65 | - |
| YUV | 188.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 180 | 0.05 | 0 | 0.07 | 0.24 | 106.15 | 0.09 | 0.73 |
| Hex | B7 | C1 | B4 | 5 | 0 | 7 | 18 | 6A | 9 | 49 |
| Octal | 267 | 301 | 264 | 5 | 0 | 7 | 30 | 152 | 11 | 111 |
| Binary | 10110111 | 11000001 | 10110100 | 101 | 0 | 111 | 11000 | 1101010 | 1001 | 1001001 |
Color Harmonies of #B7C1B4
Complementary color
Monochromatic Colors of #B7C1B4
Black with #B7C1B4
Text Example
Text Example
White with #B7C1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C1B4; }
p { color: rgb(183,193,180); }
H1.HeaderClassName
{
color: #B7C1B4;
}
.AnyTagClassName
{
color: #B7C1B4;
}
</style>
background-color css
<style>
a { background-color: #B7C1B4; }
a { background-color: rgb(183,193,180); }
div.DivClassName
{
background-color: #B7C1B4;
}
.BgClassName
{
background-color: #B7C1B4;
}
</style>
border-color css
<style>
span { border-color: #B7C1B4; }
span { border-color: rgb(183,193,180); }
td.TdClassName
{
border-color: #B7C1B4;
}
.TagClassName
{
border-color: #B7C1B4;
}
</style>