Shades of Rainee #B3BDAF
Tints of Rainee #B3BDAF
RGB
CMYK
RGB Variations
Color information
#B3BDAF (or 0xB3BDAF) is known color: Rainee. HEX triplet: B3, BD and AF. RGB value is (179,189,175). Sum of RGB (Red+Green+Blue) = 179+189+175=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDAF is #4C4250. Grayscale: #B8B8B8. Windows color (decimal): -4997713 or 11517363. OLE color: 11517363.
HSL color Cylindrical-coordinate representation of color #B3BDAF: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3BDAF is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 175 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.26 |
| HSL | 102.86º | 0.1% | 0.71% | - |
| HSV(B) | 102.86º | 0.07% | 0.74% | - |
| XYZ | 44.53 | 49.07 | 47.68 | - |
| YUV | 184.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 175 | 0.05 | 0 | 0.07 | 0.26 | 102.86 | 0.1 | 0.71 |
| Hex | B3 | BD | AF | 5 | 0 | 7 | 1A | 67 | A | 47 |
| Octal | 263 | 275 | 257 | 5 | 0 | 7 | 32 | 147 | 12 | 107 |
| Binary | 10110011 | 10111101 | 10101111 | 101 | 0 | 111 | 11010 | 1100111 | 1010 | 1000111 |
Color Harmonies of #B3BDAF
Complementary color
Monochromatic Colors of #B3BDAF
Black with #B3BDAF
Text Example
Text Example
White with #B3BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDAF; }
p { color: rgb(179,189,175); }
H1.HeaderClassName
{
color: #B3BDAF;
}
.AnyTagClassName
{
color: #B3BDAF;
}
</style>
background-color css
<style>
a { background-color: #B3BDAF; }
a { background-color: rgb(179,189,175); }
div.DivClassName
{
background-color: #B3BDAF;
}
.BgClassName
{
background-color: #B3BDAF;
}
</style>
border-color css
<style>
span { border-color: #B3BDAF; }
span { border-color: rgb(179,189,175); }
td.TdClassName
{
border-color: #B3BDAF;
}
.TagClassName
{
border-color: #B3BDAF;
}
</style>