Shades of Sprout #B0BEA0
Tints of Sprout #B0BEA0
RGB
CMYK
RGB Variations
Color information
#B0BEA0 (or 0xB0BEA0) is known color: Sprout. HEX triplet: B0, BE and A0. RGB value is (176,190,160). Sum of RGB (Red+Green+Blue) = 176+190+160=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEA0 is #4F415F. Grayscale: #B6B6B6. Windows color (decimal): -5194080 or 10534576. OLE color: 10534576.
HSL color Cylindrical-coordinate representation of color #B0BEA0: hue angle of 88º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BEA0 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 176 | 190 | 160 | - |
CMYK | 0.07 | 0 | 0.16 | 0.25 |
HSL | 88º | 0.19% | 0.69% | - |
HSV(B) | 88º | 0.16% | 0.75% | - |
XYZ | 42.66 | 48.6 | 40.39 | - |
YUV | 182.39 | 115.36 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 190 | 160 | 0.07 | 0 | 0.16 | 0.25 | 88 | 0.19 | 0.69 |
Hex | B0 | BE | A0 | 7 | 0 | 10 | 19 | 58 | 13 | 45 |
Octal | 260 | 276 | 240 | 7 | 0 | 20 | 31 | 130 | 23 | 105 |
Binary | 10110000 | 10111110 | 10100000 | 111 | 0 | 10000 | 11001 | 1011000 | 10011 | 1000101 |
Color Harmonies of #B0BEA0
Complementary color
Monochromatic Colors of #B0BEA0
Black with #B0BEA0
Text Example
Text Example
White with #B0BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEA0; }
p { color: rgb(176,190,160); }
H1.HeaderClassName
{
color: #B0BEA0;
}
.AnyTagClassName
{
color: #B0BEA0;
}
</style>
background-color css
<style>
a { background-color: #B0BEA0; }
a { background-color: rgb(176,190,160); }
div.DivClassName
{
background-color: #B0BEA0;
}
.BgClassName
{
background-color: #B0BEA0;
}
</style>
border-color css
<style>
span { border-color: #B0BEA0; }
span { border-color: rgb(176,190,160); }
td.TdClassName
{
border-color: #B0BEA0;
}
.TagClassName
{
border-color: #B0BEA0;
}
</style>