Html Css Color HEX #BED29D Sprout

📋 copy color: '#BED29D'

red 190 ◦ green 210 ◦ blue 157

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

Shades of Sprout #BED29D

Tints of Sprout #BED29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

 BLUE value IS 157 (61.72% from 255) = 28.19%

R = 34.11%
G = 37.7%
B = 28.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BED29D (or 0xBED29D) is known color: Sprout. HEX triplet: BE, D2 and 9D. RGB value is (190,210,157). Sum of RGB (Red+Green+Blue) = 190+210+157=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #BED29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED29D is #412D62. Grayscale: #C6C6C6. Windows color (decimal): -4271459 or 10343102. OLE color: 10343102.

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

Color convert

RGB 190 210 157 -
CMYK 0.10 0 0.25 0.18
HSL 82.64º 0.37% 0.72% -
HSV(B) 82.64º 0.25% 0.82% -
XYZ 50.37 59.47 40.72 -
YUV 197.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 190 210 157 0.10 0 0.25 0.18 82.64 0.37 0.72
Hex BE D2 9D A 0 19 12 53 25 48
Octal 276 322 235 12 0 31 22 123 45 110
Binary 10111110 11010010 10011101 1010 0 11001 10010 1010011 100101 1001000

Color Harmonies of #BED29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED29D

Black with #BED29D

Text Example


Text Example

White with #BED29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED29D; }

 p { color: rgb(190,210,157); }

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

background-color css

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

 a { background-color: rgb(190,210,157); }

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

border-color css

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

 span { border-color: rgb(190,210,157); }

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