#BECF91

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

Shades of Sprout #BECF91

Tints of Sprout #BECF91

Color information

#BECF91 (or 0xBECF91) is unknown color: approx Sprout. HEX triplet: BE, CF and 91. RGB value is (190,207,145). Sum of RGB (Red+Green+Blue) = 190+207+145=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF91 is #41306E. Grayscale: #C3C3C3. Windows color (decimal): -4272239 or 9555902. OLE color: 9555902.

HSL color Cylindrical-coordinate representation of color #BECF91: hue angle of 76.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BECF91 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB190207145-
CMYK0.0800.300.19
HSL76.45º39.24%69.02%-
HSV(B)76.45º29.95%81.18%-
XYZ48.6657.6235.34-
YUV194.8599.87124.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 145 (57.03% from 255) = 26.75%
R=35.06%
G=38.19%
B=26.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071450.0800.300.1976.4539.2469.02
HexBECF91801E134c2745
Octal276317221100362311447105
Binary10111110110011111001000110000111101001110011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF91; }

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

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

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

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

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

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

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

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