Shades of Rainee #B7C5B5
Tints of Rainee #B7C5B5
RGB
CMYK
RGB Variations
Color information
#B7C5B5 (or 0xB7C5B5) is known color: Rainee. HEX triplet: B7, C5 and B5. RGB value is (183,197,181). Sum of RGB (Red+Green+Blue) = 183+197+181=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5B5 is #483A4A. Grayscale: #BFBFBF. Windows color (decimal): -4733515 or 11912631. OLE color: 11912631.
HSL color Cylindrical-coordinate representation of color #B7C5B5: hue angle of 112.5º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7C5B5 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 181 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.23 |
| HSL | 112.5º | 0.12% | 0.74% | - |
| HSV(B) | 112.5º | 0.08% | 0.77% | - |
| XYZ | 47.84 | 53.34 | 51.49 | - |
| YUV | 190.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 181 | 0.07 | 0 | 0.08 | 0.23 | 112.5 | 0.12 | 0.74 |
| Hex | B7 | C5 | B5 | 7 | 0 | 8 | 17 | 70 | C | 4A |
| Octal | 267 | 305 | 265 | 7 | 0 | 10 | 27 | 160 | 14 | 112 |
| Binary | 10110111 | 11000101 | 10110101 | 111 | 0 | 1000 | 10111 | 1110000 | 1100 | 1001010 |
Color Harmonies of #B7C5B5
Complementary color
Monochromatic Colors of #B7C5B5
Black with #B7C5B5
Text Example
Text Example
White with #B7C5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C5B5; }
p { color: rgb(183,197,181); }
H1.HeaderClassName
{
color: #B7C5B5;
}
.AnyTagClassName
{
color: #B7C5B5;
}
</style>
background-color css
<style>
a { background-color: #B7C5B5; }
a { background-color: rgb(183,197,181); }
div.DivClassName
{
background-color: #B7C5B5;
}
.BgClassName
{
background-color: #B7C5B5;
}
</style>
border-color css
<style>
span { border-color: #B7C5B5; }
span { border-color: rgb(183,197,181); }
td.TdClassName
{
border-color: #B7C5B5;
}
.TagClassName
{
border-color: #B7C5B5;
}
</style>