#BED580

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

Shades of Sulu #BED580

Tints of Sulu #BED580

Color information

#BED580 (or 0xBED580) is unknown color: approx Sulu. HEX triplet: BE, D5 and 80. RGB value is (190,213,128). Sum of RGB (Red+Green+Blue) = 190+213+128=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #BED580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED580 is #412A7F. Grayscale: #C4C4C4. Windows color (decimal): -4270720 or 8443326. OLE color: 8443326.

HSL color Cylindrical-coordinate representation of color #BED580: hue angle of 76.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED580 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB190213128-
CMYK0.1100.400.16
HSL76.24º50.3%66.86%-
HSV(B)76.24º39.91%83.53%-
XYZ48.9360.0929.44-
YUV196.4389.38123.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=35.78%
G=40.11%
B=24.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131280.1100.400.1676.2450.366.86
HexBED580B028104c3243
Octal276325200130502011462103
Binary101111101101010110000000101101010001000010011001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED580; }

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

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

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

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

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

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

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

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