#BED19F

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

Shades of Sprout #BED19F

Tints of Sprout #BED19F

Color information

#BED19F (or 0xBED19F) is unknown color: approx Sprout. HEX triplet: BE, D1 and 9F. RGB value is (190,209,159). Sum of RGB (Red+Green+Blue) = 190+209+159=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #BED19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED19F is #412E60. Grayscale: #C5C5C5. Windows color (decimal): -4271713 or 10473918. OLE color: 10473918.

HSL color Cylindrical-coordinate representation of color #BED19F: hue angle of 82.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED19F is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB190209159-
CMYK0.0900.240.18
HSL82.8º35.21%72.16%-
HSV(B)82.8º23.92%81.96%-
XYZ50.2959.0541.55-
YUV197.62106.21122.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=34.05%
G=37.46%
B=28.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091590.0900.240.1882.835.2172.16
HexBED19F901812532348
Octal276321237110302212343110
Binary10111110110100011001111110010110001001010100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED19F; }

 p { color: rgb(190,209,159); }

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

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

 a { background-color: rgb(190,209,159); }

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

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

 span { border-color: rgb(190,209,159); }

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