Shades of Rainee #B3C0AF
Tints of Rainee #B3C0AF
RGB
CMYK
RGB Variations
Color information
#B3C0AF (or 0xB3C0AF) is known color: Rainee. HEX triplet: B3, C0 and AF. RGB value is (179,192,175). Sum of RGB (Red+Green+Blue) = 179+192+175=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C0AF is #4C3F50. Grayscale: #BABABA. Windows color (decimal): -4996945 or 11518131. OLE color: 11518131.
HSL color Cylindrical-coordinate representation of color #B3C0AF: hue angle of 105.88º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C0AF is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 175 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.25 |
| HSL | 105.88º | 0.12% | 0.72% | - |
| HSV(B) | 105.88º | 0.09% | 0.75% | - |
| XYZ | 45.18 | 50.38 | 47.9 | - |
| YUV | 186.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 175 | 0.07 | 0 | 0.09 | 0.25 | 105.88 | 0.12 | 0.72 |
| Hex | B3 | C0 | AF | 7 | 0 | 9 | 19 | 6A | C | 48 |
| Octal | 263 | 300 | 257 | 7 | 0 | 11 | 31 | 152 | 14 | 110 |
| Binary | 10110011 | 11000000 | 10101111 | 111 | 0 | 1001 | 11001 | 1101010 | 1100 | 1001000 |
Color Harmonies of #B3C0AF
Complementary color
Monochromatic Colors of #B3C0AF
Black with #B3C0AF
Text Example
Text Example
White with #B3C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C0AF; }
p { color: rgb(179,192,175); }
H1.HeaderClassName
{
color: #B3C0AF;
}
.AnyTagClassName
{
color: #B3C0AF;
}
</style>
background-color css
<style>
a { background-color: #B3C0AF; }
a { background-color: rgb(179,192,175); }
div.DivClassName
{
background-color: #B3C0AF;
}
.BgClassName
{
background-color: #B3C0AF;
}
</style>
border-color css
<style>
span { border-color: #B3C0AF; }
span { border-color: rgb(179,192,175); }
td.TdClassName
{
border-color: #B3C0AF;
}
.TagClassName
{
border-color: #B3C0AF;
}
</style>