#BECE9B

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

Shades of Sprout #BECE9B

Tints of Sprout #BECE9B

Color information

#BECE9B (or 0xBECE9B) is unknown color: approx Sprout. HEX triplet: BE, CE and 9B. RGB value is (190,206,155). Sum of RGB (Red+Green+Blue) = 190+206+155=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE9B is #413164. Grayscale: #C3C3C3. Windows color (decimal): -4272485 or 10211006. OLE color: 10211006.

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

Color convert

RGB190206155-
CMYK0.0800.250.19
HSL78.82º34.23%70.78%-
HSV(B)78.82º24.76%80.78%-
XYZ49.2257.4639.51-
YUV195.4105.2124.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=34.48%
G=37.39%
B=28.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061550.0800.250.1978.8234.2370.78
HexBECE9B8019134f2247
Octal276316233100312311742107
Binary10111110110011101001101110000110011001110011111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE9B; }

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

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

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

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

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

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

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

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