#BEDE81

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

Shades of Sulu #BEDE81

Tints of Sulu #BEDE81

Color information

#BEDE81 (or 0xBEDE81) is unknown color: approx Sulu. HEX triplet: BE, DE and 81. RGB value is (190,222,129). Sum of RGB (Red+Green+Blue) = 190+222+129=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE81 is #41217E. Grayscale: #CACACA. Windows color (decimal): -4268415 or 8511166. OLE color: 8511166.

HSL color Cylindrical-coordinate representation of color #BEDE81: hue angle of 80.65º degrees, saturation: 0.58, 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 #BEDE81 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB190222129-
CMYK0.1400.420.13
HSL80.65º58.49%68.82%-
HSV(B)80.65º41.89%87.06%-
XYZ51.3264.7730.57-
YUV201.8386.9119.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=35.12%
G=41.04%
B=23.84%

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
Decimal1902221290.1400.420.1380.6558.4968.82
HexBEDE81E02AD513a45
Octal276336201160521512172105
Binary10111110110111101000000111100101010110110100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE81; }

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

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

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

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

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

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

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

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