Shades of Sprout #B2BEA2
Tints of Sprout #B2BEA2
RGB
CMYK
RGB Variations
Color information
#B2BEA2 (or 0xB2BEA2) is known color: Sprout. HEX triplet: B2, BE and A2. RGB value is (178,190,162). Sum of RGB (Red+Green+Blue) = 178+190+162=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEA2 is #4D415D. Grayscale: #B7B7B7. Windows color (decimal): -5063006 or 10665650. OLE color: 10665650.
HSL color Cylindrical-coordinate representation of color #B2BEA2: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2BEA2 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 190 | 162 | - |
CMYK | 0.06 | 0 | 0.15 | 0.25 |
HSL | 85.71º | 0.18% | 0.69% | - |
HSV(B) | 85.71º | 0.15% | 0.75% | - |
XYZ | 43.3 | 48.9 | 41.34 | - |
YUV | 183.22 | 116.02 | 124.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 190 | 162 | 0.06 | 0 | 0.15 | 0.25 | 85.71 | 0.18 | 0.69 |
Hex | B2 | BE | A2 | 6 | 0 | F | 19 | 56 | 12 | 45 |
Octal | 262 | 276 | 242 | 6 | 0 | 17 | 31 | 126 | 22 | 105 |
Binary | 10110010 | 10111110 | 10100010 | 110 | 0 | 1111 | 11001 | 1010110 | 10010 | 1000101 |
Color Harmonies of #B2BEA2
Complementary color
Monochromatic Colors of #B2BEA2
Black with #B2BEA2
Text Example
Text Example
White with #B2BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEA2; }
p { color: rgb(178,190,162); }
H1.HeaderClassName
{
color: #B2BEA2;
}
.AnyTagClassName
{
color: #B2BEA2;
}
</style>
background-color css
<style>
a { background-color: #B2BEA2; }
a { background-color: rgb(178,190,162); }
div.DivClassName
{
background-color: #B2BEA2;
}
.BgClassName
{
background-color: #B2BEA2;
}
</style>
border-color css
<style>
span { border-color: #B2BEA2; }
span { border-color: rgb(178,190,162); }
td.TdClassName
{
border-color: #B2BEA2;
}
.TagClassName
{
border-color: #B2BEA2;
}
</style>