#BEDE8D

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

Shades of Sulu #BEDE8D

Tints of Sulu #BEDE8D

Color information

#BEDE8D (or 0xBEDE8D) is unknown color: approx Sulu. HEX triplet: BE, DE and 8D. RGB value is (190,222,141). Sum of RGB (Red+Green+Blue) = 190+222+141=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE8D is #412172. Grayscale: #CBCBCB. Windows color (decimal): -4268403 or 9297598. OLE color: 9297598.

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

Color convert

RGB190222141-
CMYK0.1400.360.13
HSL83.7º55.1%71.18%-
HSV(B)83.7º36.49%87.06%-
XYZ52.1665.1135.02-
YUV203.292.9118.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 141 (55.47% from 255) = 25.50%
R=34.36%
G=40.14%
B=25.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221410.1400.360.1383.755.171.18
HexBEDE8DE024D543747
Octal276336215160441512467107
Binary10111110110111101000110111100100100110110101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE8D; }

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

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

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

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

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

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

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

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