#BECF99

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

Shades of Sprout #BECF99

Tints of Sprout #BECF99

Color information

#BECF99 (or 0xBECF99) is unknown color: approx Sprout. HEX triplet: BE, CF and 99. RGB value is (190,207,153). Sum of RGB (Red+Green+Blue) = 190+207+153=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF99 is #413066. Grayscale: #C3C3C3. Windows color (decimal): -4272231 or 10080190. OLE color: 10080190.

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

Color convert

RGB190207153-
CMYK0.0800.260.19
HSL78.89º36%70.59%-
HSV(B)78.89º26.09%81.18%-
XYZ49.357.8738.71-
YUV195.76103.87123.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=34.55%
G=37.64%
B=27.82%

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
Decimal1902071530.0800.260.1978.893670.59
HexBECF99801A134f2447
Octal276317231100322311744107
Binary10111110110011111001100110000110101001110011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF99; }

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

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

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

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

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

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

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

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