Html Css Color HEX #BED09F Sprout

📋 copy color: '#BED09F'

red 190 ◦ green 208 ◦ blue 159

#BED09F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BED09F

Tints of Sprout #BED09F

RGB

 RED value IS 190 (74.61% from 255) = 34.11%

 GREEN value IS 208 (81.64% from 255) = 37.34%

 BLUE value IS 159 (62.5% from 255) = 28.55%

R = 34.11%
G = 37.34%
B = 28.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#BED09F (or 0xBED09F) is known color: Sprout. HEX triplet: BE, D0 and 9F. RGB value is (190,208,159). Sum of RGB (Red+Green+Blue) = 190+208+159=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #BED09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED09F is #412F60. Grayscale: #C5C5C5. Windows color (decimal): -4271969 or 10473662. OLE color: 10473662.

HSL color Cylindrical-coordinate representation of color #BED09F: hue angle of 82.04º degrees, saturation: 0.34, 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 #BED09F is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 159 -
CMYK 0.09 0 0.24 0.18
HSL 82.04º 0.34% 0.72% -
HSV(B) 82.04º 0.24% 0.82% -
XYZ 50.05 58.56 41.47 -
YUV 197.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 190 208 159 0.09 0 0.24 0.18 82.04 0.34 0.72
Hex BE D0 9F 9 0 18 12 52 22 48
Octal 276 320 237 11 0 30 22 122 42 110
Binary 10111110 11010000 10011111 1001 0 11000 10010 1010010 100010 1001000

Color Harmonies of #BED09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED09F

Black with #BED09F

Text Example


Text Example

White with #BED09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED09F; }

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

 H1.HeaderClassName
 {
   color: #BED09F;
 }
 .AnyTagClassName
 {
   color: #BED09F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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