#B2BCA0

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

Shades of Sprout #B2BCA0

Tints of Sprout #B2BCA0

Color information

#B2BCA0 (or 0xB2BCA0) is unknown color: approx Sprout. HEX triplet: B2, BC and A0. RGB value is (178,188,160). Sum of RGB (Red+Green+Blue) = 178+188+160=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCA0 is #4D435F. Grayscale: #B5B5B5. Windows color (decimal): -5063520 or 10534066. OLE color: 10534066.

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

Color convert

RGB178188160-
CMYK0.0500.150.26
HSL81.43º17.28%68.24%-
HSV(B)81.43º14.89%73.73%-
XYZ42.6947.9740.27-
YUV181.82115.69125.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=33.84%
G=35.74%
B=30.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881600.0500.150.2681.4317.2868.24
HexB2BCA050F1A511144
Octal26227424050173212121104
Binary10110010101111001010000010101111110101010001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCA0; }

 p { color: rgb(178,188,160); }

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

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

 a { background-color: rgb(178,188,160); }

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

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

 span { border-color: rgb(178,188,160); }

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