#B3BFA4

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

Shades of Sprout #B3BFA4

Tints of Sprout #B3BFA4

Color information

#B3BFA4 (or 0xB3BFA4) is unknown color: approx Sprout. HEX triplet: B3, BF and A4. RGB value is (179,191,164). Sum of RGB (Red+Green+Blue) = 179+191+164=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFA4 is #4C405B. Grayscale: #B8B8B8. Windows color (decimal): -4997212 or 10796979. OLE color: 10796979.

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

Color convert

RGB179191164-
CMYK0.0600.140.25
HSL86.67º17.42%69.61%-
HSV(B)86.67º14.14%74.9%-
XYZ43.9249.5342.37-
YUV184.33116.52124.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 164 (64.45% from 255) = 30.71%
R=33.52%
G=35.77%
B=30.71%

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
Decimal1791911640.0600.140.2586.6717.4269.61
HexB3BFA460E19571146
Octal26327724460163112721106
Binary10110011101111111010010011001110110011010111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFA4; }

 p { color: rgb(179,191,164); }

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

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

 a { background-color: rgb(179,191,164); }

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

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

 span { border-color: rgb(179,191,164); }

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