#BED87F

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

Shades of Sulu #BED87F

Tints of Sulu #BED87F

Color information

#BED87F (or 0xBED87F) is unknown color: approx Sulu. HEX triplet: BE, D8 and 7F. RGB value is (190,216,127). Sum of RGB (Red+Green+Blue) = 190+216+127=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #BED87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED87F is #412780. Grayscale: #C6C6C6. Windows color (decimal): -4269953 or 8378558. OLE color: 8378558.

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

Color convert

RGB190216127-
CMYK0.1200.410.15
HSL77.53º53.29%67.25%-
HSV(B)77.53º41.2%84.71%-
XYZ49.6261.5929.35-
YUV198.0887.89122.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 127 (50% from 255) = 23.83%
R=35.65%
G=40.53%
B=23.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161270.1200.410.1577.5353.2967.25
HexBED87FC029F4e3543
Octal276330177140511711665103
Binary1011111011011000111111111000101001111110011101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED87F; }

 p { color: rgb(190,216,127); }

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

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

 a { background-color: rgb(190,216,127); }

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

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

 span { border-color: rgb(190,216,127); }

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