#BECF94

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

Shades of Sprout #BECF94

Tints of Sprout #BECF94

Color information

#BECF94 (or 0xBECF94) is unknown color: approx Sprout. HEX triplet: BE, CF and 94. RGB value is (190,207,148). Sum of RGB (Red+Green+Blue) = 190+207+148=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF94 is #41306B. Grayscale: #C3C3C3. Windows color (decimal): -4272236 or 9752510. OLE color: 9752510.

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

Color convert

RGB190207148-
CMYK0.0800.290.19
HSL77.29º38.06%69.61%-
HSV(B)77.29º28.5%81.18%-
XYZ48.8957.7136.58-
YUV195.19101.37124.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=34.86%
G=37.98%
B=27.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071480.0800.290.1977.2938.0669.61
HexBECF94801D134d2646
Octal276317224100352311546106
Binary10111110110011111001010010000111011001110011011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF94; }

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

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

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

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

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

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

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

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