#BED980

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

Shades of Sulu #BED980

Tints of Sulu #BED980

Color information

#BED980 (or 0xBED980) is unknown color: approx Sulu. HEX triplet: BE, D9 and 80. RGB value is (190,217,128). Sum of RGB (Red+Green+Blue) = 190+217+128=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #BED980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED980 is #41267F. Grayscale: #C7C7C7. Windows color (decimal): -4269696 or 8444350. OLE color: 8444350.

HSL color Cylindrical-coordinate representation of color #BED980: hue angle of 78.2º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BED980 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB190217128-
CMYK0.1200.410.15
HSL78.2º53.94%67.65%-
HSV(B)78.2º41.01%85.1%-
XYZ49.9462.1329.78-
YUV198.7888.05121.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=35.51%
G=40.56%
B=23.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171280.1200.410.1578.253.9467.65
HexBED980C029F4e3644
Octal276331200140511711666104
Binary10111110110110011000000011000101001111110011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED980; }

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

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

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

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

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

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

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

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