#BED581

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

Shades of Sulu #BED581

Tints of Sulu #BED581

Color information

#BED581 (or 0xBED581) is unknown color: approx Sulu. HEX triplet: BE, D5 and 81. RGB value is (190,213,129). Sum of RGB (Red+Green+Blue) = 190+213+129=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #BED581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED581 is #412A7E. Grayscale: #C4C4C4. Windows color (decimal): -4270719 or 8508862. OLE color: 8508862.

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

Color convert

RGB190213129-
CMYK0.1100.390.16
HSL76.43º50%67.06%-
HSV(B)76.43º39.44%83.53%-
XYZ48.9960.1229.79-
YUV196.5589.88123.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 129 (50.78% from 255) = 24.25%
R=35.71%
G=40.04%
B=24.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131290.1100.390.1676.435067.06
HexBED581B027104c3243
Octal276325201130472011462103
Binary101111101101010110000001101101001111000010011001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED581; }

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

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

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

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

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

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

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

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