#BED17E

Color #BED17E Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #BED17E

Tints of Deco #BED17E

Color information

#BED17E (or 0xBED17E) is unknown color: approx Deco. HEX triplet: BE, D1 and 7E. RGB value is (190,209,126). Sum of RGB (Red+Green+Blue) = 190+209+126=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #BED17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED17E is #412E81. Grayscale: #C2C2C2. Windows color (decimal): -4271746 or 8311230. OLE color: 8311230.

HSL color Cylindrical-coordinate representation of color #BED17E: hue angle of 73.73º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED17E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB190209126-
CMYK0.0900.400.18
HSL73.73º47.43%65.69%-
HSV(B)73.73º39.71%81.96%-
XYZ47.858.0528.42-
YUV193.8689.71125.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 126 (49.61% from 255) = 24%
R=36.19%
G=39.81%
B=24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091260.0900.400.1873.7347.4365.69
HexBED17E9028124a2f42
Octal276321176110502211257102
Binary10111110110100011111110100101010001001010010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED17E; }

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

 H1.HeaderClassName
 {
   color: #BED17E;
 }
 .AnyTagClassName
 {
   color: #BED17E;
 }
</style>
background-color css

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

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

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

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

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

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