#B1BCA2

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

Shades of Sprout #B1BCA2

Tints of Sprout #B1BCA2

Color information

#B1BCA2 (or 0xB1BCA2) is unknown color: approx Sprout. HEX triplet: B1, BC and A2. RGB value is (177,188,162). Sum of RGB (Red+Green+Blue) = 177+188+162=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA2 is #4E435D. Grayscale: #B5B5B5. Windows color (decimal): -5129054 or 10665137. OLE color: 10665137.

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

Color convert

RGB177188162-
CMYK0.0600.140.26
HSL85.38º16.25%68.63%-
HSV(B)85.38º13.83%73.73%-
XYZ42.6447.9241.19-
YUV181.75116.86124.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=33.59%
G=35.67%
B=30.74%

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
Decimal1771881620.0600.140.2685.3816.2568.63
HexB1BCA260E1A551045
Octal26127424260163212520105
Binary10110001101111001010001011001110110101010101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCA2; }

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

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

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

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

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

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

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

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