#BEDC80

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

Shades of Sulu #BEDC80

Tints of Sulu #BEDC80

Color information

#BEDC80 (or 0xBEDC80) is unknown color: approx Sulu. HEX triplet: BE, DC and 80. RGB value is (190,220,128). Sum of RGB (Red+Green+Blue) = 190+220+128=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC80 is #41237F. Grayscale: #C8C8C8. Windows color (decimal): -4268928 or 8445118. OLE color: 8445118.

HSL color Cylindrical-coordinate representation of color #BEDC80: hue angle of 79.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDC80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB190220128-
CMYK0.1400.420.14
HSL79.57º56.79%68.24%-
HSV(B)79.57º41.82%86.27%-
XYZ50.7263.6930.04-
YUV200.5487.06120.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=35.32%
G=40.89%
B=23.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201280.1400.420.1479.5756.7968.24
HexBEDC80E02AE503944
Octal276334200160521612071104
Binary10111110110111001000000011100101010111010100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC80; }

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

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

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

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

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

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

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

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