Shades of Rainee #B3C5AF
Tints of Rainee #B3C5AF
RGB
CMYK
RGB Variations
Color information
#B3C5AF (or 0xB3C5AF) is known color: Rainee. HEX triplet: B3, C5 and AF. RGB value is (179,197,175). Sum of RGB (Red+Green+Blue) = 179+197+175=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5AF is #4C3A50. Grayscale: #BDBDBD. Windows color (decimal): -4995665 or 11519411. OLE color: 11519411.
HSL color Cylindrical-coordinate representation of color #B3C5AF: hue angle of 109.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C5AF is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 175 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.23 |
| HSL | 109.09º | 0.16% | 0.73% | - |
| HSV(B) | 109.09º | 0.11% | 0.77% | - |
| XYZ | 46.29 | 52.61 | 48.27 | - |
| YUV | 189.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 175 | 0.09 | 0 | 0.11 | 0.23 | 109.09 | 0.16 | 0.73 |
| Hex | B3 | C5 | AF | 9 | 0 | B | 17 | 6D | 10 | 49 |
| Octal | 263 | 305 | 257 | 11 | 0 | 13 | 27 | 155 | 20 | 111 |
| Binary | 10110011 | 11000101 | 10101111 | 1001 | 0 | 1011 | 10111 | 1101101 | 10000 | 1001001 |
Color Harmonies of #B3C5AF
Complementary color
Monochromatic Colors of #B3C5AF
Black with #B3C5AF
Text Example
Text Example
White with #B3C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5AF; }
p { color: rgb(179,197,175); }
H1.HeaderClassName
{
color: #B3C5AF;
}
.AnyTagClassName
{
color: #B3C5AF;
}
</style>
background-color css
<style>
a { background-color: #B3C5AF; }
a { background-color: rgb(179,197,175); }
div.DivClassName
{
background-color: #B3C5AF;
}
.BgClassName
{
background-color: #B3C5AF;
}
</style>
border-color css
<style>
span { border-color: #B3C5AF; }
span { border-color: rgb(179,197,175); }
td.TdClassName
{
border-color: #B3C5AF;
}
.TagClassName
{
border-color: #B3C5AF;
}
</style>