#BED199

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

Shades of Sprout #BED199

Tints of Sprout #BED199

Color information

#BED199 (or 0xBED199) is unknown color: approx Sprout. HEX triplet: BE, D1 and 99. RGB value is (190,209,153). Sum of RGB (Red+Green+Blue) = 190+209+153=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #BED199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED199 is #412E66. Grayscale: #C5C5C5. Windows color (decimal): -4271719 or 10080702. OLE color: 10080702.

HSL color Cylindrical-coordinate representation of color #BED199: hue angle of 80.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED199 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB190209153-
CMYK0.0900.270.18
HSL80.36º37.84%70.98%-
HSV(B)80.36º26.79%81.96%-
XYZ49.7958.8538.87-
YUV196.94103.21123.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=34.42%
G=37.86%
B=27.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091530.0900.270.1880.3637.8470.98
HexBED199901B12502647
Octal276321231110332212046107
Binary10111110110100011001100110010110111001010100001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED199; }

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

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

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

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

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

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

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

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