Shades of Sprout #B3BDA2
Tints of Sprout #B3BDA2
RGB
CMYK
RGB Variations
Color information
#B3BDA2 (or 0xB3BDA2) is known color: Sprout. HEX triplet: B3, BD and A2. RGB value is (179,189,162). Sum of RGB (Red+Green+Blue) = 179+189+162=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDA2 is #4C425D. Grayscale: #B7B7B7. Windows color (decimal): -4997726 or 10665395. OLE color: 10665395.
HSL color Cylindrical-coordinate representation of color #B3BDA2: hue angle of 82.22º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3BDA2 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 162 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.26 |
| HSL | 82.22º | 0.17% | 0.69% | - |
| HSV(B) | 82.22º | 0.14% | 0.74% | - |
| XYZ | 43.31 | 48.59 | 41.28 | - |
| YUV | 182.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 162 | 0.05 | 0 | 0.14 | 0.26 | 82.22 | 0.17 | 0.69 |
| Hex | B3 | BD | A2 | 5 | 0 | E | 1A | 52 | 11 | 45 |
| Octal | 263 | 275 | 242 | 5 | 0 | 16 | 32 | 122 | 21 | 105 |
| Binary | 10110011 | 10111101 | 10100010 | 101 | 0 | 1110 | 11010 | 1010010 | 10001 | 1000101 |
Color Harmonies of #B3BDA2
Complementary color
Monochromatic Colors of #B3BDA2
Black with #B3BDA2
Text Example
Text Example
White with #B3BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDA2; }
p { color: rgb(179,189,162); }
H1.HeaderClassName
{
color: #B3BDA2;
}
.AnyTagClassName
{
color: #B3BDA2;
}
</style>
background-color css
<style>
a { background-color: #B3BDA2; }
a { background-color: rgb(179,189,162); }
div.DivClassName
{
background-color: #B3BDA2;
}
.BgClassName
{
background-color: #B3BDA2;
}
</style>
border-color css
<style>
span { border-color: #B3BDA2; }
span { border-color: rgb(179,189,162); }
td.TdClassName
{
border-color: #B3BDA2;
}
.TagClassName
{
border-color: #B3BDA2;
}
</style>