#B0BCA0

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

Shades of Sprout #B0BCA0

Tints of Sprout #B0BCA0

Color information

#B0BCA0 (or 0xB0BCA0) is unknown color: approx Sprout. HEX triplet: B0, BC and A0. RGB value is (176,188,160). Sum of RGB (Red+Green+Blue) = 176+188+160=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCA0 is #4F435F. Grayscale: #B5B5B5. Windows color (decimal): -5194592 or 10534064. OLE color: 10534064.

HSL color Cylindrical-coordinate representation of color #B0BCA0: hue angle of 85.71º 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 #B0BCA0 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB176188160-
CMYK0.0600.150.26
HSL85.71º17.28%68.24%-
HSV(B)85.71º14.89%73.73%-
XYZ42.2347.7340.25-
YUV181.22116.02124.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=33.59%
G=35.88%
B=30.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881600.0600.150.2685.7117.2868.24
HexB0BCA060F1A561144
Octal26027424060173212621104
Binary10110000101111001010000011001111110101010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCA0; }

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

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

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

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

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

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

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

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