Shades of Rainee #B7C1B3
Tints of Rainee #B7C1B3
RGB
CMYK
RGB Variations
Color information
#B7C1B3 (or 0xB7C1B3) is known color: Rainee. HEX triplet: B7, C1 and B3. RGB value is (183,193,179). Sum of RGB (Red+Green+Blue) = 183+193+179=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1B3 is #483E4C. Grayscale: #BCBCBC. Windows color (decimal): -4734541 or 11780535. OLE color: 11780535.
HSL color Cylindrical-coordinate representation of color #B7C1B3: hue angle of 102.86º degrees, saturation: 0.1, 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 #B7C1B3 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 179 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.24 |
| HSL | 102.86º | 0.1% | 0.73% | - |
| HSV(B) | 102.86º | 0.07% | 0.76% | - |
| XYZ | 46.74 | 51.46 | 50.12 | - |
| YUV | 188.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 179 | 0.05 | 0 | 0.07 | 0.24 | 102.86 | 0.1 | 0.73 |
| Hex | B7 | C1 | B3 | 5 | 0 | 7 | 18 | 67 | A | 49 |
| Octal | 267 | 301 | 263 | 5 | 0 | 7 | 30 | 147 | 12 | 111 |
| Binary | 10110111 | 11000001 | 10110011 | 101 | 0 | 111 | 11000 | 1100111 | 1010 | 1001001 |
Color Harmonies of #B7C1B3
Complementary color
Monochromatic Colors of #B7C1B3
Black with #B7C1B3
Text Example
Text Example
White with #B7C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C1B3; }
p { color: rgb(183,193,179); }
H1.HeaderClassName
{
color: #B7C1B3;
}
.AnyTagClassName
{
color: #B7C1B3;
}
</style>
background-color css
<style>
a { background-color: #B7C1B3; }
a { background-color: rgb(183,193,179); }
div.DivClassName
{
background-color: #B7C1B3;
}
.BgClassName
{
background-color: #B7C1B3;
}
</style>
border-color css
<style>
span { border-color: #B7C1B3; }
span { border-color: rgb(183,193,179); }
td.TdClassName
{
border-color: #B7C1B3;
}
.TagClassName
{
border-color: #B7C1B3;
}
</style>