Shades of Sprout #B2BDA4
Tints of Sprout #B2BDA4
RGB
CMYK
RGB Variations
Color information
#B2BDA4 (or 0xB2BDA4) is known color: Sprout. HEX triplet: B2, BD and A4. RGB value is (178,189,164). Sum of RGB (Red+Green+Blue) = 178+189+164=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDA4 is #4D425B. Grayscale: #B6B6B6. Windows color (decimal): -5063260 or 10796466. OLE color: 10796466.
HSL color Cylindrical-coordinate representation of color #B2BDA4: hue angle of 86.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BDA4 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 189 | 164 | - |
CMYK | 0.06 | 0 | 0.13 | 0.26 |
HSL | 86.4º | 0.16% | 0.69% | - |
HSV(B) | 86.4º | 0.13% | 0.74% | - |
XYZ | 43.26 | 48.54 | 42.21 | - |
YUV | 182.86 | 117.36 | 124.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 164 | 0.06 | 0 | 0.13 | 0.26 | 86.4 | 0.16 | 0.69 |
Hex | B2 | BD | A4 | 6 | 0 | D | 1A | 56 | 10 | 45 |
Octal | 262 | 275 | 244 | 6 | 0 | 15 | 32 | 126 | 20 | 105 |
Binary | 10110010 | 10111101 | 10100100 | 110 | 0 | 1101 | 11010 | 1010110 | 10000 | 1000101 |
Color Harmonies of #B2BDA4
Complementary color
Monochromatic Colors of #B2BDA4
Black with #B2BDA4
Text Example
Text Example
White with #B2BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDA4; }
p { color: rgb(178,189,164); }
H1.HeaderClassName
{
color: #B2BDA4;
}
.AnyTagClassName
{
color: #B2BDA4;
}
</style>
background-color css
<style>
a { background-color: #B2BDA4; }
a { background-color: rgb(178,189,164); }
div.DivClassName
{
background-color: #B2BDA4;
}
.BgClassName
{
background-color: #B2BDA4;
}
</style>
border-color css
<style>
span { border-color: #B2BDA4; }
span { border-color: rgb(178,189,164); }
td.TdClassName
{
border-color: #B2BDA4;
}
.TagClassName
{
border-color: #B2BDA4;
}
</style>