Shades of Rainee #B3C3AF
Tints of Rainee #B3C3AF
RGB
CMYK
RGB Variations
Color information
#B3C3AF (or 0xB3C3AF) is known color: Rainee. HEX triplet: B3, C3 and AF. RGB value is (179,195,175). Sum of RGB (Red+Green+Blue) = 179+195+175=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C3AF is #4C3C50. Grayscale: #BCBCBC. Windows color (decimal): -4996177 or 11518899. OLE color: 11518899.
HSL color Cylindrical-coordinate representation of color #B3C3AF: hue angle of 108º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C3AF is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 175 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.24 |
| HSL | 108º | 0.14% | 0.73% | - |
| HSV(B) | 108º | 0.1% | 0.76% | - |
| XYZ | 45.84 | 51.71 | 48.12 | - |
| YUV | 187.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 175 | 0.08 | 0 | 0.10 | 0.24 | 108 | 0.14 | 0.73 |
| Hex | B3 | C3 | AF | 8 | 0 | A | 18 | 6C | E | 49 |
| Octal | 263 | 303 | 257 | 10 | 0 | 12 | 30 | 154 | 16 | 111 |
| Binary | 10110011 | 11000011 | 10101111 | 1000 | 0 | 1010 | 11000 | 1101100 | 1110 | 1001001 |
Color Harmonies of #B3C3AF
Complementary color
Monochromatic Colors of #B3C3AF
Black with #B3C3AF
Text Example
Text Example
White with #B3C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3AF; }
p { color: rgb(179,195,175); }
H1.HeaderClassName
{
color: #B3C3AF;
}
.AnyTagClassName
{
color: #B3C3AF;
}
</style>
background-color css
<style>
a { background-color: #B3C3AF; }
a { background-color: rgb(179,195,175); }
div.DivClassName
{
background-color: #B3C3AF;
}
.BgClassName
{
background-color: #B3C3AF;
}
</style>
border-color css
<style>
span { border-color: #B3C3AF; }
span { border-color: rgb(179,195,175); }
td.TdClassName
{
border-color: #B3C3AF;
}
.TagClassName
{
border-color: #B3C3AF;
}
</style>