#BEDE7C

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

Shades of Sulu #BEDE7C

Tints of Sulu #BEDE7C

Color information

#BEDE7C (or 0xBEDE7C) is unknown color: approx Sulu. HEX triplet: BE, DE and 7C. RGB value is (190,222,124). Sum of RGB (Red+Green+Blue) = 190+222+124=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE7C is #412183. Grayscale: #C9C9C9. Windows color (decimal): -4268420 or 8183486. OLE color: 8183486.

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

Color convert

RGB190222124-
CMYK0.1400.440.13
HSL79.59º59.76%67.84%-
HSV(B)79.59º44.14%87.06%-
XYZ50.9964.6428.86-
YUV201.2684.4119.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=35.45%
G=41.42%
B=23.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221240.1400.440.1379.5959.7667.84
HexBEDE7CE02CD503c44
Octal276336174160541512074104
Binary1011111011011110111110011100101100110110100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE7C; }

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

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

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

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

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

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

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

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