#B0BFA2

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

Shades of Sprout #B0BFA2

Tints of Sprout #B0BFA2

Color information

#B0BFA2 (or 0xB0BFA2) is unknown color: approx Sprout. HEX triplet: B0, BF and A2. RGB value is (176,191,162). Sum of RGB (Red+Green+Blue) = 176+191+162=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFA2 is #4F405D. Grayscale: #B7B7B7. Windows color (decimal): -5193822 or 10665904. OLE color: 10665904.

HSL color Cylindrical-coordinate representation of color #B0BFA2: hue angle of 91.03º 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 #B0BFA2 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB176191162-
CMYK0.0800.150.25
HSL91.03º18.47%69.22%-
HSV(B)91.03º15.18%74.9%-
XYZ43.0649.141.39-
YUV183.21116.03122.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=33.27%
G=36.11%
B=30.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911620.0800.150.2591.0318.4769.22
HexB0BFA280F195b1245
Octal260277242100173113322105
Binary101100001011111110100010100001111110011011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFA2; }

 p { color: rgb(176,191,162); }

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

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

 a { background-color: rgb(176,191,162); }

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

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

 span { border-color: rgb(176,191,162); }

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