#BED589

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

Shades of Sulu #BED589

Tints of Sulu #BED589

Color information

#BED589 (or 0xBED589) is unknown color: approx Sulu. HEX triplet: BE, D5 and 89. RGB value is (190,213,137). Sum of RGB (Red+Green+Blue) = 190+213+137=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #BED589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED589 is #412A76. Grayscale: #C5C5C5. Windows color (decimal): -4270711 or 9033150. OLE color: 9033150.

HSL color Cylindrical-coordinate representation of color #BED589: hue angle of 78.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED589 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB190213137-
CMYK0.1100.360.16
HSL78.16º47.5%68.63%-
HSV(B)78.16º35.68%83.53%-
XYZ49.5460.3432.7-
YUV197.4693.88122.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 137 (53.91% from 255) = 25.37%
R=35.19%
G=39.44%
B=25.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131370.1100.360.1678.1647.568.63
HexBED589B024104e3045
Octal276325211130442011660105
Binary101111101101010110001001101101001001000010011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED589; }

 p { color: rgb(190,213,137); }

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

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

 a { background-color: rgb(190,213,137); }

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

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

 span { border-color: rgb(190,213,137); }

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