#BED785

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

Shades of Sulu #BED785

Tints of Sulu #BED785

Color information

#BED785 (or 0xBED785) is unknown color: approx Sulu. HEX triplet: BE, D7 and 85. RGB value is (190,215,133). Sum of RGB (Red+Green+Blue) = 190+215+133=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #BED785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED785 is #41287A. Grayscale: #C6C6C6. Windows color (decimal): -4270203 or 8771518. OLE color: 8771518.

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

Color convert

RGB190215133-
CMYK0.1200.380.16
HSL78.29º50.62%68.24%-
HSV(B)78.29º38.14%84.31%-
XYZ49.7761.2431.39-
YUV198.1891.22122.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=35.32%
G=39.96%
B=24.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151330.1200.380.1678.2950.6268.24
HexBED785C026104e3344
Octal276327205140462011663104
Binary101111101101011110000101110001001101000010011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED785; }

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

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

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

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

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

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

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

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