#BED180

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

Shades of Deco #BED180

Tints of Deco #BED180

Color information

#BED180 (or 0xBED180) is unknown color: approx Deco. HEX triplet: BE, D1 and 80. RGB value is (190,209,128). Sum of RGB (Red+Green+Blue) = 190+209+128=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #BED180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED180 is #412E7F. Grayscale: #C2C2C2. Windows color (decimal): -4271744 or 8442302. OLE color: 8442302.

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

Color convert

RGB190209128-
CMYK0.0900.390.18
HSL74.07º46.82%66.08%-
HSV(B)74.07º38.76%81.96%-
XYZ47.9358.1129.11-
YUV194.0890.71125.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=36.05%
G=39.66%
B=24.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091280.0900.390.1874.0746.8266.08
HexBED1809027124a2f42
Octal276321200110472211257102
Binary101111101101000110000000100101001111001010010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED180; }

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

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

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

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

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

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

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

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