Html Css Color HEX #BED293 Sprout

📋 copy color: '#BED293'

red 190 ◦ green 210 ◦ blue 147

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

Shades of Sprout #BED293

Tints of Sprout #BED293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.87%

R = 34.73%
G = 38.39%
B = 26.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BED293 (or 0xBED293) is known color: Sprout. HEX triplet: BE, D2 and 93. RGB value is (190,210,147). Sum of RGB (Red+Green+Blue) = 190+210+147=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #BED293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED293 is #412D6C. Grayscale: #C5C5C5. Windows color (decimal): -4271469 or 9687742. OLE color: 9687742.

HSL color Cylindrical-coordinate representation of color #BED293: hue angle of 79.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED293 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 147 -
CMYK 0.10 0 0.30 0.18
HSL 79.05º 0.41% 0.7% -
HSV(B) 79.05º 0.3% 0.82% -
XYZ 49.55 59.15 36.41 -
YUV 196.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 190 210 147 0.10 0 0.30 0.18 79.05 0.41 0.7
Hex BE D2 93 A 0 1E 12 4F 29 46
Octal 276 322 223 12 0 36 22 117 51 106
Binary 10111110 11010010 10010011 1010 0 11110 10010 1001111 101001 1000110

Color Harmonies of #BED293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED293

Black with #BED293

Text Example


Text Example

White with #BED293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED293; }

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

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

background-color css

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

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

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

border-color css

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

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

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