#BEDE80

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

Shades of Sulu #BEDE80

Tints of Sulu #BEDE80

Color information

#BEDE80 (or 0xBEDE80) is unknown color: approx Sulu. HEX triplet: BE, DE and 80. RGB value is (190,222,128). Sum of RGB (Red+Green+Blue) = 190+222+128=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE80 is #41217F. Grayscale: #CACACA. Windows color (decimal): -4268416 or 8445630. OLE color: 8445630.

HSL color Cylindrical-coordinate representation of color #BEDE80: hue angle of 80.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDE80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB190222128-
CMYK0.1400.420.13
HSL80.43º58.75%68.63%-
HSV(B)80.43º42.34%87.06%-
XYZ51.2564.7530.22-
YUV201.7286.4119.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 222 (87.11% from 255) = 41.11%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=35.19%
G=41.11%
B=23.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221280.1400.420.1380.4358.7568.63
HexBEDE80E02AD503b45
Octal276336200160521512073105
Binary10111110110111101000000011100101010110110100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE80; }

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

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

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

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

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

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

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

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