Html Css Color HEX #B0BD9F Sprout

📋 copy color: '#B0BD9F'

red 176 ◦ green 189 ◦ blue 159

#B0BD9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #B0BD9F

Tints of Sprout #B0BD9F

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

 GREEN value IS 189 (74.22% from 255) = 36.07%

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 33.59%
G = 36.07%
B = 30.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#B0BD9F (or 0xB0BD9F) is known color: Sprout. HEX triplet: B0, BD and 9F. RGB value is (176,189,159). Sum of RGB (Red+Green+Blue) = 176+189+159=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD9F is #4F4260. Grayscale: #B5B5B5. Windows color (decimal): -5194337 or 10468784. OLE color: 10468784.

HSL color Cylindrical-coordinate representation of color #B0BD9F: hue angle of 86º 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 #B0BD9F is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 159 -
CMYK 0.07 0 0.16 0.26
HSL 86º 0.19% 0.68% -
HSV(B) 86º 0.16% 0.74% -
XYZ 42.36 48.13 39.86 -
YUV 181.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 176 189 159 0.07 0 0.16 0.26 86 0.19 0.68
Hex B0 BD 9F 7 0 10 1A 56 13 44
Octal 260 275 237 7 0 20 32 126 23 104
Binary 10110000 10111101 10011111 111 0 10000 11010 1010110 10011 1000100

Color Harmonies of #B0BD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD9F

Black with #B0BD9F

Text Example


Text Example

White with #B0BD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD9F; }

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

 H1.HeaderClassName
 {
   color: #B0BD9F;
 }
 .AnyTagClassName
 {
   color: #B0BD9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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