Html Css Color HEX #BED08C Sprout

📋 copy color: '#BED08C'

red 190 ◦ green 208 ◦ blue 140

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

Shades of Sprout #BED08C

Tints of Sprout #BED08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 35.32%
G = 38.66%
B = 26.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#BED08C (or 0xBED08C) is known color: Sprout. HEX triplet: BE, D0 and 8C. RGB value is (190,208,140). Sum of RGB (Red+Green+Blue) = 190+208+140=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #BED08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED08C is #412F73. Grayscale: #C3C3C3. Windows color (decimal): -4271988 or 9228478. OLE color: 9228478.

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

Color convert

RGB 190 208 140 -
CMYK 0.09 0 0.33 0.18
HSL 75.88º 0.42% 0.68% -
HSV(B) 75.88º 0.33% 0.82% -
XYZ 48.52 57.95 33.44 -
YUV 194.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 190 208 140 0.09 0 0.33 0.18 75.88 0.42 0.68
Hex BE D0 8C 9 0 21 12 4C 2A 44
Octal 276 320 214 11 0 41 22 114 52 104
Binary 10111110 11010000 10001100 1001 0 100001 10010 1001100 101010 1000100

Color Harmonies of #BED08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED08C

Black with #BED08C

Text Example


Text Example

White with #BED08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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