#B3BCA3

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

Shades of Sprout #B3BCA3

Tints of Sprout #B3BCA3

Color information

#B3BCA3 (or 0xB3BCA3) is unknown color: approx Sprout. HEX triplet: B3, BC and A3. RGB value is (179,188,163). Sum of RGB (Red+Green+Blue) = 179+188+163=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCA3 is #4C435C. Grayscale: #B6B6B6. Windows color (decimal): -4997981 or 10730675. OLE color: 10730675.

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

Color convert

RGB179188163-
CMYK0.0500.130.26
HSL81.6º15.72%68.82%-
HSV(B)81.6º13.3%73.73%-
XYZ43.1848.1941.68-
YUV182.46117.02125.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 163 (64.06% from 255) = 30.75%
R=33.77%
G=35.47%
B=30.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881630.0500.130.2681.615.7268.82
HexB3BCA350D1A521045
Octal26327424350153212220105
Binary10110011101111001010001110101101110101010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCA3; }

 p { color: rgb(179,188,163); }

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

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

 a { background-color: rgb(179,188,163); }

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

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

 span { border-color: rgb(179,188,163); }

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