#BED999

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

Shades of Sprout #BED999

Tints of Sprout #BED999

Color information

#BED999 (or 0xBED999) is unknown color: approx Sprout. HEX triplet: BE, D9 and 99. RGB value is (190,217,153). Sum of RGB (Red+Green+Blue) = 190+217+153=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #BED999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED999 is #412666. Grayscale: #C9C9C9. Windows color (decimal): -4269671 or 10082750. OLE color: 10082750.

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

Color convert

RGB190217153-
CMYK0.1200.290.15
HSL85.31º45.71%72.55%-
HSV(B)85.31º29.49%85.1%-
XYZ51.862.8739.54-
YUV201.63100.55119.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=33.93%
G=38.75%
B=27.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171530.1200.290.1585.3145.7172.55
HexBED999C01DF552e49
Octal276331231140351712556111
Binary1011111011011001100110011100011101111110101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED999; }

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

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

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

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

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

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

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

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