#BED780

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

Shades of Sulu #BED780

Tints of Sulu #BED780

Color information

#BED780 (or 0xBED780) is unknown color: approx Sulu. HEX triplet: BE, D7 and 80. RGB value is (190,215,128). Sum of RGB (Red+Green+Blue) = 190+215+128=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #BED780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED780 is #41287F. Grayscale: #C5C5C5. Windows color (decimal): -4270208 or 8443838. OLE color: 8443838.

HSL color Cylindrical-coordinate representation of color #BED780: hue angle of 77.24º degrees, saturation: 0.52, 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 #BED780 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB190215128-
CMYK0.1200.400.16
HSL77.24º52.1%67.25%-
HSV(B)77.24º40.47%84.31%-
XYZ49.4361.1129.61-
YUV197.6188.72122.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=35.65%
G=40.34%
B=24.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151280.1200.400.1677.2452.167.25
HexBED780C028104d3443
Octal276327200140502011564103
Binary101111101101011110000000110001010001000010011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED780; }

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

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

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

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

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

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

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

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