#B0BD9E

Color #B0BD9E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B0BD9E

Tints of Sprout #B0BD9E

Color information

#B0BD9E (or 0xB0BD9E) is unknown color: approx Sprout. HEX triplet: B0, BD and 9E. RGB value is (176,189,158). Sum of RGB (Red+Green+Blue) = 176+189+158=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD9E is #4F4261. Grayscale: #B5B5B5. Windows color (decimal): -5194338 or 10403248. OLE color: 10403248.

HSL color Cylindrical-coordinate representation of color #B0BD9E: hue angle of 85.16º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BD9E is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB176189158-
CMYK0.0700.160.26
HSL85.16º19.02%68.04%-
HSV(B)85.16º16.4%74.12%-
XYZ42.2748.0939.4-
YUV181.58114.69124.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=33.65%
G=36.14%
B=30.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891580.0700.160.2685.1619.0268.04
HexB0BD9E70101A551344
Octal26027523670203212523104
Binary101100001011110110011110111010000110101010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD9E; }

 p { color: rgb(176,189,158); }

 H1.HeaderClassName
 {
   color: #B0BD9E;
 }
 .AnyTagClassName
 {
   color: #B0BD9E;
 }
</style>
background-color css

<style>
 a { background-color: #B0BD9E; }

 a { background-color: rgb(176,189,158); }

 div.DivClassName
 {
   background-color: #B0BD9E;
 }
 .BgClassName
 {
   background-color: #B0BD9E;
 }
</style>
border-color css

<style>
 span { border-color: #B0BD9E; }

 span { border-color: rgb(176,189,158); }

 td.TdClassName
 {
   border-color: #B0BD9E;
 }
 .TagClassName
 {
   border-color: #B0BD9E;
 }
</style>