#BEDE7E

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

Shades of Sulu #BEDE7E

Tints of Sulu #BEDE7E

Color information

#BEDE7E (or 0xBEDE7E) is unknown color: approx Sulu. HEX triplet: BE, DE and 7E. RGB value is (190,222,126). Sum of RGB (Red+Green+Blue) = 190+222+126=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE7E is #412181. Grayscale: #C9C9C9. Windows color (decimal): -4268418 or 8314558. OLE color: 8314558.

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

Color convert

RGB190222126-
CMYK0.1400.430.13
HSL80º59.26%68.24%-
HSV(B)80º43.24%87.06%-
XYZ51.1264.729.53-
YUV201.4985.4119.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=35.32%
G=41.26%
B=23.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221260.1400.430.138059.2668.24
HexBEDE7EE02BD503b44
Octal276336176160531512073104
Binary1011111011011110111111011100101011110110100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE7E; }

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

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

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

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

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

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

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

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