#BED27C

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

Shades of Deco #BED27C

Tints of Deco #BED27C

Color information

#BED27C (or 0xBED27C) is unknown color: approx Deco. HEX triplet: BE, D2 and 7C. RGB value is (190,210,124). Sum of RGB (Red+Green+Blue) = 190+210+124=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BED27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED27C is #412D83. Grayscale: #C2C2C2. Windows color (decimal): -4271492 or 8180414. OLE color: 8180414.

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

Color convert

RGB190210124-
CMYK0.1000.410.18
HSL73.95º48.86%65.49%-
HSV(B)73.95º40.95%82.35%-
XYZ47.9258.527.83-
YUV194.2288.37124.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 124 (48.83% from 255) = 23.66%
R=36.26%
G=40.08%
B=23.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101240.1000.410.1873.9548.8665.49
HexBED27CA029124a3141
Octal276322174120512211261101
Binary10111110110100101111100101001010011001010010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED27C; }

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

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

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

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

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

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

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

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