Html Css Color HEX #BED47C Deco

📋 copy color: '#BED47C'

red 190 ◦ green 212 ◦ blue 124

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

Shades of Deco #BED47C

Tints of Deco #BED47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

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

R = 36.12%
G = 40.3%
B = 23.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#BED47C (or 0xBED47C) is known color: Deco. HEX triplet: BE, D4 and 7C. RGB value is (190,212,124). Sum of RGB (Red+Green+Blue) = 190+212+124=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #BED47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED47C is #412B83. Grayscale: #C3C3C3. Windows color (decimal): -4270980 or 8180926. OLE color: 8180926.

HSL color Cylindrical-coordinate representation of color #BED47C: hue angle of 75º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BED47C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 124 -
CMYK 0.10 0 0.42 0.17
HSL 75º 0.51% 0.66% -
HSV(B) 75º 0.42% 0.83% -
XYZ 48.42 59.49 28 -
YUV 195.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 190 212 124 0.10 0 0.42 0.17 75 0.51 0.66
Hex BE D4 7C A 0 2A 11 4B 33 42
Octal 276 324 174 12 0 52 21 113 63 102
Binary 10111110 11010100 1111100 1010 0 101010 10001 1001011 110011 1000010

Color Harmonies of #BED47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED47C

Black with #BED47C

Text Example


Text Example

White with #BED47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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