#BECE9C

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

Shades of Sprout #BECE9C

Tints of Sprout #BECE9C

Color information

#BECE9C (or 0xBECE9C) is unknown color: approx Sprout. HEX triplet: BE, CE and 9C. RGB value is (190,206,156). Sum of RGB (Red+Green+Blue) = 190+206+156=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE9C is #413163. Grayscale: #C3C3C3. Windows color (decimal): -4272484 or 10276542. OLE color: 10276542.

HSL color Cylindrical-coordinate representation of color #BECE9C: hue angle of 79.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECE9C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB190206156-
CMYK0.0800.240.19
HSL79.2º33.78%70.98%-
HSV(B)79.2º24.27%80.78%-
XYZ49.3157.4939.95-
YUV195.52105.7124.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=34.42%
G=37.32%
B=28.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061560.0800.240.1979.233.7870.98
HexBECE9C8018134f2247
Octal276316234100302311742107
Binary10111110110011101001110010000110001001110011111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE9C; }

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

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

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

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

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

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

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

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