Shades of Rainee #B7C2B6
Tints of Rainee #B7C2B6
RGB
CMYK
RGB Variations
Color information
#B7C2B6 (or 0xB7C2B6) is known color: Rainee. HEX triplet: B7, C2 and B6. RGB value is (183,194,182). Sum of RGB (Red+Green+Blue) = 183+194+182=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2B6 is #483D49. Grayscale: #BDBDBD. Windows color (decimal): -4734282 or 11977399. OLE color: 11977399.
HSL color Cylindrical-coordinate representation of color #B7C2B6: hue angle of 115º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7C2B6 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 182 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.24 |
| HSL | 115º | 0.09% | 0.74% | - |
| HSV(B) | 115º | 0.06% | 0.76% | - |
| XYZ | 47.26 | 52.03 | 51.81 | - |
| YUV | 189.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 182 | 0.06 | 0 | 0.06 | 0.24 | 115 | 0.09 | 0.74 |
| Hex | B7 | C2 | B6 | 6 | 0 | 6 | 18 | 73 | 9 | 4A |
| Octal | 267 | 302 | 266 | 6 | 0 | 6 | 30 | 163 | 11 | 112 |
| Binary | 10110111 | 11000010 | 10110110 | 110 | 0 | 110 | 11000 | 1110011 | 1001 | 1001010 |
Color Harmonies of #B7C2B6
Complementary color
Monochromatic Colors of #B7C2B6
Black with #B7C2B6
Text Example
Text Example
White with #B7C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C2B6; }
p { color: rgb(183,194,182); }
H1.HeaderClassName
{
color: #B7C2B6;
}
.AnyTagClassName
{
color: #B7C2B6;
}
</style>
background-color css
<style>
a { background-color: #B7C2B6; }
a { background-color: rgb(183,194,182); }
div.DivClassName
{
background-color: #B7C2B6;
}
.BgClassName
{
background-color: #B7C2B6;
}
</style>
border-color css
<style>
span { border-color: #B7C2B6; }
span { border-color: rgb(183,194,182); }
td.TdClassName
{
border-color: #B7C2B6;
}
.TagClassName
{
border-color: #B7C2B6;
}
</style>