#BED27F

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

Shades of Deco #BED27F

Tints of Deco #BED27F

Color information

#BED27F (or 0xBED27F) is unknown color: approx Deco. HEX triplet: BE, D2 and 7F. RGB value is (190,210,127). Sum of RGB (Red+Green+Blue) = 190+210+127=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #BED27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED27F is #412D80. Grayscale: #C2C2C2. Windows color (decimal): -4271489 or 8377022. OLE color: 8377022.

HSL color Cylindrical-coordinate representation of color #BED27F: hue angle of 74.46º degrees, saturation: 0.48, 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 #BED27F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB190210127-
CMYK0.1000.400.18
HSL74.46º47.98%66.08%-
HSV(B)74.46º39.52%82.35%-
XYZ48.1158.5728.85-
YUV194.5689.87124.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 127 (50% from 255) = 24.10%
R=36.05%
G=39.85%
B=24.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101270.1000.400.1874.4647.9866.08
HexBED27FA028124a3042
Octal276322177120502211260102
Binary10111110110100101111111101001010001001010010101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED27F; }

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

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

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

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

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

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

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

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