#bed784

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

Shades of Sulu #BED784

Tints of Sulu #BED784

Color information

#BED784 (or 0xBED784) is unknown color: approx Sulu. HEX triplet: BE, D7 and 84. RGB value is (190,215,132). Sum of RGB (Red+Green+Blue) = 190+215+132=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #BED784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED784 is #41287B. Grayscale: #C6C6C6. Windows color (decimal): -4270204 or 8705982. OLE color: 8705982.

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

Color convert

RGB190215132-
CMYK0.1200.390.16
HSL78.07º50.92%68.04%-
HSV(B)78.07º38.6%84.31%-
XYZ49.761.2131.03-
YUV198.0690.72122.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=35.38%
G=40.04%
B=24.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151320.1200.390.1678.0750.9268.04
HexBED784C027104e3344
Octal276327204140472011663104
Binary101111101101011110000100110001001111000010011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bed784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bed784; }

 p { color: rgb(190,215,132); }

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

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

 a { background-color: rgb(190,215,132); }

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

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

 span { border-color: rgb(190,215,132); }

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