#BED782

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

Shades of Sulu #BED782

Tints of Sulu #BED782

Color information

#BED782 (or 0xBED782) is unknown color: approx Sulu. HEX triplet: BE, D7 and 82. RGB value is (190,215,130). Sum of RGB (Red+Green+Blue) = 190+215+130=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #BED782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED782 is #41287D. Grayscale: #C6C6C6. Windows color (decimal): -4270206 or 8574910. OLE color: 8574910.

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

Color convert

RGB190215130-
CMYK0.1200.400.16
HSL77.65º51.52%67.65%-
HSV(B)77.65º39.53%84.31%-
XYZ49.5661.1630.31-
YUV197.8389.72122.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=35.51%
G=40.19%
B=24.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151300.1200.400.1677.6551.5267.65
HexBED782C028104e3444
Octal276327202140502011664104
Binary101111101101011110000010110001010001000010011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED782; }

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

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

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

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

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

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

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

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