Html Css Color HEX #BED47D Deco

📋 copy color: '#BED47D'

red 190 ◦ green 212 ◦ blue 125

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

Shades of Deco #BED47D

Tints of Deco #BED47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 36.05%
G = 40.23%
B = 23.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#BED47D (or 0xBED47D) is known color: Deco. HEX triplet: BE, D4 and 7D. RGB value is (190,212,125). Sum of RGB (Red+Green+Blue) = 190+212+125=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #BED47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED47D is #412B82. Grayscale: #C3C3C3. Windows color (decimal): -4270979 or 8246462. OLE color: 8246462.

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

Color convert

RGB 190 212 125 -
CMYK 0.10 0 0.41 0.17
HSL 75.17º 0.5% 0.66% -
HSV(B) 75.17º 0.41% 0.83% -
XYZ 48.48 59.51 28.33 -
YUV 195.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 190 212 125 0.10 0 0.41 0.17 75.17 0.5 0.66
Hex BE D4 7D A 0 29 11 4B 32 42
Octal 276 324 175 12 0 51 21 113 62 102
Binary 10111110 11010100 1111101 1010 0 101001 10001 1001011 110010 1000010

Color Harmonies of #BED47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED47D

Black with #BED47D

Text Example


Text Example

White with #BED47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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