#BECE99

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

Shades of Sprout #BECE99

Tints of Sprout #BECE99

Color information

#BECE99 (or 0xBECE99) is unknown color: approx Sprout. HEX triplet: BE, CE and 99. RGB value is (190,206,153). Sum of RGB (Red+Green+Blue) = 190+206+153=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE99 is #413166. Grayscale: #C3C3C3. Windows color (decimal): -4272487 or 10079934. OLE color: 10079934.

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

Color convert

RGB190206153-
CMYK0.0800.260.19
HSL78.11º35.1%70.39%-
HSV(B)78.11º25.73%80.78%-
XYZ49.0657.3938.63-
YUV195.17104.2124.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=34.61%
G=37.52%
B=27.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061530.0800.260.1978.1135.170.39
HexBECE99801A134e2346
Octal276316231100322311643106
Binary10111110110011101001100110000110101001110011101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE99; }

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

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

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

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

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

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

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

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