#BED683

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

Shades of Sulu #BED683

Tints of Sulu #BED683

Color information

#BED683 (or 0xBED683) is unknown color: approx Sulu. HEX triplet: BE, D6 and 83. RGB value is (190,214,131). Sum of RGB (Red+Green+Blue) = 190+214+131=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #BED683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED683 is #41297C. Grayscale: #C5C5C5. Windows color (decimal): -4270461 or 8640190. OLE color: 8640190.

HSL color Cylindrical-coordinate representation of color #BED683: hue angle of 77.35º degrees, saturation: 0.5, 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 #BED683 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB190214131-
CMYK0.1100.390.16
HSL77.35º50.3%67.65%-
HSV(B)77.35º38.79%83.92%-
XYZ49.3860.6830.58-
YUV197.3690.55122.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=35.51%
G=40%
B=24.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141310.1100.390.1677.3550.367.65
HexBED683B027104d3244
Octal276326203130472011562104
Binary101111101101011010000011101101001111000010011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED683; }

 p { color: rgb(190,214,131); }

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

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

 a { background-color: rgb(190,214,131); }

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

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

 span { border-color: rgb(190,214,131); }

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