Shades of Rainee #B3C7AF
Tints of Rainee #B3C7AF
RGB
CMYK
RGB Variations
Color information
#B3C7AF (or 0xB3C7AF) is known color: Rainee. HEX triplet: B3, C7 and AF. RGB value is (179,199,175). Sum of RGB (Red+Green+Blue) = 179+199+175=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C7AF is #4C3850. Grayscale: #BEBEBE. Windows color (decimal): -4995153 or 11519923. OLE color: 11519923.
HSL color Cylindrical-coordinate representation of color #B3C7AF: hue angle of 110º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C7AF is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 175 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.22 |
| HSL | 110º | 0.18% | 0.73% | - |
| HSV(B) | 110º | 0.12% | 0.78% | - |
| XYZ | 46.75 | 53.53 | 48.42 | - |
| YUV | 190.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 175 | 0.10 | 0 | 0.12 | 0.22 | 110 | 0.18 | 0.73 |
| Hex | B3 | C7 | AF | A | 0 | C | 16 | 6E | 12 | 49 |
| Octal | 263 | 307 | 257 | 12 | 0 | 14 | 26 | 156 | 22 | 111 |
| Binary | 10110011 | 11000111 | 10101111 | 1010 | 0 | 1100 | 10110 | 1101110 | 10010 | 1001001 |
Color Harmonies of #B3C7AF
Complementary color
Monochromatic Colors of #B3C7AF
Black with #B3C7AF
Text Example
Text Example
White with #B3C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7AF; }
p { color: rgb(179,199,175); }
H1.HeaderClassName
{
color: #B3C7AF;
}
.AnyTagClassName
{
color: #B3C7AF;
}
</style>
background-color css
<style>
a { background-color: #B3C7AF; }
a { background-color: rgb(179,199,175); }
div.DivClassName
{
background-color: #B3C7AF;
}
.BgClassName
{
background-color: #B3C7AF;
}
</style>
border-color css
<style>
span { border-color: #B3C7AF; }
span { border-color: rgb(179,199,175); }
td.TdClassName
{
border-color: #B3C7AF;
}
.TagClassName
{
border-color: #B3C7AF;
}
</style>