Html Css Color HEX #BED17C Deco

📋 copy color: '#BED17C'

red 190 ◦ green 209 ◦ blue 124

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

Shades of Deco #BED17C

Tints of Deco #BED17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

 BLUE value IS 124 (48.83% from 255) = 23.71%

R = 36.33%
G = 39.96%
B = 23.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#BED17C (or 0xBED17C) is known color: Deco. HEX triplet: BE, D1 and 7C. RGB value is (190,209,124). Sum of RGB (Red+Green+Blue) = 190+209+124=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #BED17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED17C is #412E83. Grayscale: #C1C1C1. Windows color (decimal): -4271748 or 8180158. OLE color: 8180158.

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

Color convert

RGB 190 209 124 -
CMYK 0.09 0 0.41 0.18
HSL 73.41º 0.48% 0.65% -
HSV(B) 73.41º 0.41% 0.82% -
XYZ 47.67 58 27.75 -
YUV 193.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 190 209 124 0.09 0 0.41 0.18 73.41 0.48 0.65
Hex BE D1 7C 9 0 29 12 49 30 41
Octal 276 321 174 11 0 51 22 111 60 101
Binary 10111110 11010001 1111100 1001 0 101001 10010 1001001 110000 1000001

Color Harmonies of #BED17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED17C

Black with #BED17C

Text Example


Text Example

White with #BED17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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