#B1BCA1

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

Shades of Sprout #B1BCA1

Tints of Sprout #B1BCA1

Color information

#B1BCA1 (or 0xB1BCA1) is unknown color: approx Sprout. HEX triplet: B1, BC and A1. RGB value is (177,188,161). Sum of RGB (Red+Green+Blue) = 177+188+161=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA1 is #4E435E. Grayscale: #B5B5B5. Windows color (decimal): -5129055 or 10599601. OLE color: 10599601.

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

Color convert

RGB177188161-
CMYK0.0600.140.26
HSL84.44º16.77%68.43%-
HSV(B)84.44º14.36%73.73%-
XYZ42.5547.8940.72-
YUV181.63116.36124.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=33.65%
G=35.74%
B=30.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881610.0600.140.2684.4416.7768.43
HexB1BCA160E1A541144
Octal26127424160163212421104
Binary10110001101111001010000111001110110101010100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCA1; }

 p { color: rgb(177,188,161); }

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

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

 a { background-color: rgb(177,188,161); }

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

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

 span { border-color: rgb(177,188,161); }

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