#BED989

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

Shades of Sulu #BED989

Tints of Sulu #BED989

Color information

#BED989 (or 0xBED989) is unknown color: approx Sulu. HEX triplet: BE, D9 and 89. RGB value is (190,217,137). Sum of RGB (Red+Green+Blue) = 190+217+137=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #BED989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED989 is #412676. Grayscale: #C8C8C8. Windows color (decimal): -4269687 or 9034174. OLE color: 9034174.

HSL color Cylindrical-coordinate representation of color #BED989: hue angle of 80.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED989 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB190217137-
CMYK0.1200.370.15
HSL80.25º51.28%69.41%-
HSV(B)80.25º36.87%85.1%-
XYZ50.5662.3833.04-
YUV199.8192.55121-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 137 (53.91% from 255) = 25.18%
R=34.93%
G=39.89%
B=25.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171370.1200.370.1580.2551.2869.41
HexBED989C025F503345
Octal276331211140451712063105
Binary10111110110110011000100111000100101111110100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED989; }

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

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

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

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

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

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

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

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