#BECA9C

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

Shades of Sprout #BECA9C

Tints of Sprout #BECA9C

Color information

#BECA9C (or 0xBECA9C) is unknown color: approx Sprout. HEX triplet: BE, CA and 9C. RGB value is (190,202,156). Sum of RGB (Red+Green+Blue) = 190+202+156=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA9C is #413563. Grayscale: #C1C1C1. Windows color (decimal): -4273508 or 10275518. OLE color: 10275518.

HSL color Cylindrical-coordinate representation of color #BECA9C: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECA9C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB190202156-
CMYK0.0600.230.21
HSL75.65º30.26%70.2%-
HSV(B)75.65º22.77%79.22%-
XYZ48.3655.5939.63-
YUV193.17107.02125.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=34.67%
G=36.86%
B=28.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021560.0600.230.2175.6530.2670.2
HexBECA9C6017154c1e46
Octal27631223460272511436106
Binary101111101100101010011100110010111101011001100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA9C; }

 p { color: rgb(190,202,156); }

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

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

 a { background-color: rgb(190,202,156); }

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

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

 span { border-color: rgb(190,202,156); }

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