Shades of Rainee #B3BDB0
Tints of Rainee #B3BDB0
RGB
CMYK
RGB Variations
Color information
#B3BDB0 (or 0xB3BDB0) is known color: Rainee. HEX triplet: B3, BD and B0. RGB value is (179,189,176). Sum of RGB (Red+Green+Blue) = 179+189+176=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDB0 is #4C424F. Grayscale: #B8B8B8. Windows color (decimal): -4997712 or 11582899. OLE color: 11582899.
HSL color Cylindrical-coordinate representation of color #B3BDB0: hue angle of 106.15º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3BDB0 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 176 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.26 |
| HSL | 106.15º | 0.09% | 0.72% | - |
| HSV(B) | 106.15º | 0.07% | 0.74% | - |
| XYZ | 44.62 | 49.11 | 48.2 | - |
| YUV | 184.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 176 | 0.05 | 0 | 0.07 | 0.26 | 106.15 | 0.09 | 0.72 |
| Hex | B3 | BD | B0 | 5 | 0 | 7 | 1A | 6A | 9 | 48 |
| Octal | 263 | 275 | 260 | 5 | 0 | 7 | 32 | 152 | 11 | 110 |
| Binary | 10110011 | 10111101 | 10110000 | 101 | 0 | 111 | 11010 | 1101010 | 1001 | 1001000 |
Color Harmonies of #B3BDB0
Complementary color
Monochromatic Colors of #B3BDB0
Black with #B3BDB0
Text Example
Text Example
White with #B3BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDB0; }
p { color: rgb(179,189,176); }
H1.HeaderClassName
{
color: #B3BDB0;
}
.AnyTagClassName
{
color: #B3BDB0;
}
</style>
background-color css
<style>
a { background-color: #B3BDB0; }
a { background-color: rgb(179,189,176); }
div.DivClassName
{
background-color: #B3BDB0;
}
.BgClassName
{
background-color: #B3BDB0;
}
</style>
border-color css
<style>
span { border-color: #B3BDB0; }
span { border-color: rgb(179,189,176); }
td.TdClassName
{
border-color: #B3BDB0;
}
.TagClassName
{
border-color: #B3BDB0;
}
</style>