#B2BEA4

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

Shades of Sprout #B2BEA4

Tints of Sprout #B2BEA4

Color information

#B2BEA4 (or 0xB2BEA4) is unknown color: approx Sprout. HEX triplet: B2, BE and A4. RGB value is (178,190,164). Sum of RGB (Red+Green+Blue) = 178+190+164=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEA4 is #4D415B. Grayscale: #B7B7B7. Windows color (decimal): -5063004 or 10796722. OLE color: 10796722.

HSL color Cylindrical-coordinate representation of color #B2BEA4: hue angle of 87.69º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2BEA4 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB178190164-
CMYK0.0600.140.25
HSL87.69º16.67%69.41%-
HSV(B)87.69º13.68%74.51%-
XYZ43.4748.9742.28-
YUV183.45117.02124.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=33.46%
G=35.71%
B=30.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901640.0600.140.2587.6916.6769.41
HexB2BEA460E19581145
Octal26227624460163113021105
Binary10110010101111101010010011001110110011011000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEA4; }

 p { color: rgb(178,190,164); }

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

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

 a { background-color: rgb(178,190,164); }

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

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

 span { border-color: rgb(178,190,164); }

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